|
|
|
|
@ -1,4 +1,3 @@ |
|
|
|
|
/*globals svgEditor*/ |
|
|
|
|
/* see https://code.google.com/p/svg-edit/wiki/ConfigOptions */ |
|
|
|
|
svgEditor.setConfig({ |
|
|
|
|
extensions: [ |
|
|
|
|
@ -13,5 +12,6 @@ svgEditor.setConfig({ |
|
|
|
|
no_save_warning: true, |
|
|
|
|
emptyStorageOnDecline: true, |
|
|
|
|
iconsize: 'm', |
|
|
|
|
allowedOrigins: [window.location.origin] // May be 'null' (as a string) when used as a file:// URL
|
|
|
|
|
allowedOrigins: [window.location.origin] |
|
|
|
|
// May be 'null' (as a string) when used as a file:// URL
|
|
|
|
|
}); |
|
|
|
|
|