Missed an id change

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@35 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Vidar Hokstad
2009-06-05 13:20:04 +00:00
parent 5d06fc70e8
commit c9e42a4783

View File

@@ -230,7 +230,7 @@ function SvgCanvas(doc)
"cy": y,
"rx": 0,
"ry": 0,
"id": "ellipse_" + obj_num,
"id": getId(),
"fill": current_fill,
"stroke": current_stroke,
"stroke-width": current_stroke_width,