Fix issue 874

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2070 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Ahmad Syazwan 2012-03-26 13:33:48 +00:00
parent 277e391108
commit 168eed7944
1 changed files with 1 additions and 1 deletions

View File

@ -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,