Fix Issue 13: Disable tool buttons when stroke or stroke+fill are none
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@140 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -283,6 +283,7 @@ function SvgCanvas(c)
|
||||
"stroke-width": current_stroke_width,
|
||||
"stroke-dasharray": current_stroke_style,
|
||||
"stroke-opacity": current_stroke_opacity,
|
||||
"fill": "none",
|
||||
"opacity": current_opacity / 2
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user