Fix issue 874
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2070 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
277e391108
commit
168eed7944
|
@ -207,7 +207,7 @@ var current_group = null;
|
|||
// Object containing data for the currently selected styles
|
||||
var all_properties = {
|
||||
shape: {
|
||||
fill: "#" + curConfig.initFill.color,
|
||||
fill: (curConfig.initFill.color == 'none' ? '' : '#') + curConfig.initFill.color,
|
||||
fill_paint: null,
|
||||
fill_opacity: curConfig.initFill.opacity,
|
||||
stroke: "#" + curConfig.initStroke.color,
|
||||
|
|
Loading…
Reference in New Issue