Removed redundant getElementById
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@41 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -297,7 +297,6 @@ function SvgCanvas(doc)
|
||||
// break; missing on purpose
|
||||
case "path":
|
||||
d_attr += "L" + x + " " + y + " ";
|
||||
var shape = svgdoc.getElementById(getId());
|
||||
shape.setAttributeNS(null, "d", d_attr);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user