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
|
// break; missing on purpose
|
||||||
case "path":
|
case "path":
|
||||||
d_attr += "L" + x + " " + y + " ";
|
d_attr += "L" + x + " " + y + " ";
|
||||||
var shape = svgdoc.getElementById(getId());
|
|
||||||
shape.setAttributeNS(null, "d", d_attr);
|
shape.setAttributeNS(null, "d", d_attr);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user