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

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

Local changes we want svg-edit to have

File size: 415 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 ],
12 //emptyStorageOnDecline: true
13 showRulers: false,
14 show_outside_canvas: false,
15 allowedOrigins: [window.location.origin] // May be 'null' (as a string) when used as a file:// URL
16});
Note: See TracBrowser for help on using the repository browser.