Removed redundant getElementById
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@41 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
3aa51e81c3
commit
800c3f0090
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue