Reset default values too (oops again)
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1468 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
2a25dbac8f
commit
240ab30362
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in New Issue