Reset default values too (oops again)

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

View File

@ -37,14 +37,14 @@
opacity: 1 opacity: 1
}, },
initStroke: { initStroke: {
width: 1, width: 5,
color: '000000', // solid black color: '000000', // solid black
opacity: 1 opacity: 1
}, },
initOpacity: 1, initOpacity: 1,
imgPath: 'images/', imgPath: 'images/',
langPath: 'locale/', langPath: 'locale/',
initTool: 'zoom', initTool: 'select',
wireframe: false wireframe: false
}, },
uiStrings = { uiStrings = {