source: other-projects/nz-flag-design/trunk/main-form/svg-edit-local/config.js@ 29960

Last change on this file since 29960 was 29960, checked in by davidb, 9 years ago

Additional features to have in customized version of SVG edit

File size: 487 bytes
Line 
1/*globals svgEditor*/
2
3svgEditor.setConfig({
4 extensions: [
5//// 'ext-eyedropper.js',
6//// 'ext-shapes.js',
7//// 'ext-polygon.js',
8//// 'ext-star.js'
9// 'ext-fliptools.js',
10 'ext-advanced.js',
11 'ext-kiwiana.js'
12 ],
13 //emptyStorageOnDecline: true,
14 forceStorage: true,
15 noStorageOnLoad: false,
16 showRulers: false,
17 show_outside_canvas: false,
18 allowedOrigins: [window.location.origin] // May be 'null' (as a string) when used as a file:// URL
19});
Note: See TracBrowser for help on using the repository browser.