Changeset 29774 for other-projects


Ignore:
Timestamp:
2015-03-11T10:13:23+13:00 (9 years ago)
Author:
davidb
Message:

Local changes we want svg-edit to have

Location:
other-projects/nz-flag-design/trunk/main-form/svg-edit-local
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/nz-flag-design/trunk/main-form/svg-edit-local/config.js

    r29771 r29774  
    22
    33svgEditor.setConfig({
    4 // extensions: [
     4    extensions: [
    55////    'ext-eyedropper.js',
    66////    'ext-shapes.js',
     
    88////    'ext-star.js'
    99//      '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
     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
    1516});
Note: See TracChangeset for help on using the changeset viewer.