removed non properly deleted test config introduced in r1467

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2464 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Bruno Heridet 2013-02-23 18:09:16 +00:00
parent 0e92ca4a0e
commit 541a981a21
1 changed files with 0 additions and 18 deletions

View File

@ -4731,21 +4731,3 @@
$(svgEditor.init);
})();
// ?iconsize=s&bkgd_color=555
// svgEditor.setConfig({
// // imgPath: 'foo',
// dimensions: [800, 600],
// canvas_expansion: 5,
// initStroke: {
// color: '0000FF',
// width: 3.5,
// opacity: .5
// },
// initFill: {
// color: '550000',
// opacity: .75
// },
// extensions: ['ext-helloworld.js']
// })