rmv redundant line
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2703 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
463207276a
commit
52f6464aa7
|
@ -185,7 +185,6 @@ svgEditor.addExtension("polygon", function(S) {'use strict';
|
|||
ccRgbEl = rgb.substring(1, rgb.length);
|
||||
var sRgb = svgCanvas.getColor("stroke");
|
||||
// ccSRgbEl = sRgb.substring(1, rgb.length);
|
||||
sRgb = svgCanvas.getColor("stroke");
|
||||
var sWidth = svgCanvas.getStrokeWidth();
|
||||
|
||||
if (svgCanvas.getMode() == "polygon") {
|
||||
|
|
Loading…
Reference in New Issue