Skip to content

Commit d0db0be

Browse files
authored
fix(SvgEditor): update iamges path (#554)
* fix: 修复路径问题 * chore: bump version 9.0.4
1 parent 78cd988 commit d0db0be

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/BootstrapBlazor.SVGEditor/BootstrapBlazor.SvgEditor.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
22

33
<PropertyGroup>
4-
<Version>9.0.3</Version>
4+
<Version>9.0.4</Version>
55
</PropertyGroup>
66

77
<PropertyGroup>

src/components/BootstrapBlazor.SVGEditor/Components/SvgEditor/SvgEditor.razor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export async function init(id, options) {
1313
canvasName: id,
1414
lang: "en",
1515
allowInitialUserOverride: false,
16-
imgPath: "./_content/BootstrapBlazor.SvgEditor/editor/images/",
16+
imgPath: "./_content/BootstrapBlazor.SvgEditor/editor/images",
1717
showGrid: true,
1818
extPath: "/_content/BootstrapBlazor.SvgEditor/editor/extensions/",
1919
noDefaultExtensions: false

0 commit comments

Comments
 (0)