- 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:
1
dist/extensions/ext-eyedropper.js
vendored
1
dist/extensions/ext-eyedropper.js
vendored
@@ -97,6 +97,7 @@ var svgEditorExtension_eyedropper = (function () {
|
||||
};
|
||||
buttons = [{
|
||||
id: 'tool_eyedropper',
|
||||
icon: svgEditor.curConfig.extIconsPath + 'eyedropper.png',
|
||||
type: 'mode',
|
||||
events: {
|
||||
click: function click() {
|
||||
|
||||
Reference in New Issue
Block a user