- Fix: Add images (and references) for fallback (#135)
- Fix (canvg): blur export fix - i18n (Chinese): A few fixes (#135) - Optimize: Further image optimizing - Refactoring: Avoid custom JS substitution syntax - Refactoring: Reorder default extension list
This commit is contained in:
2
dist/extensions/ext-foreignobject.js
vendored
2
dist/extensions/ext-foreignobject.js
vendored
@@ -130,6 +130,7 @@ var svgEditorExtension_foreignobject = (function () {
|
||||
|
||||
buttons = [{
|
||||
id: 'tool_foreign',
|
||||
icon: svgEditor.curConfig.extIconsPath + 'foreignobject-tool.png',
|
||||
type: 'mode',
|
||||
events: {
|
||||
click: function click() {
|
||||
@@ -138,6 +139,7 @@ var svgEditorExtension_foreignobject = (function () {
|
||||
}
|
||||
}, {
|
||||
id: 'edit_foreign',
|
||||
icon: svgEditor.curConfig.extIconsPath + 'foreignobject-edit.png',
|
||||
type: 'context',
|
||||
panel: 'foreignObject_panel',
|
||||
events: {
|
||||
|
||||
Reference in New Issue
Block a user