Removed setConfig stuff added for testing (oops)

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1467 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Alexis Deveria 2010-03-18 14:34:29 +00:00
parent 2ba315bc96
commit 2a25dbac8f
1 changed files with 14 additions and 14 deletions

View File

@ -3225,17 +3225,17 @@
// ?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
}
})
// svgEditor.setConfig({
// // imgPath: 'foo',
// dimensions: [800, 600],
// canvas_expansion: 5,
// initStroke: {
// color: '0000FF',
// width: 3.5,
// opacity: .5
// },
// initFill: {
// color: '550000',
// opacity: .75
// }
// })