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

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

Restrutured to copying local files into svg-editor area simpler to achieve in INSTALL.sh

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