Removed redundant getElementById

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@41 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Vidar Hokstad 2009-06-06 17:09:26 +00:00
parent 3aa51e81c3
commit 800c3f0090
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}