Switched another id to use getId()
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@39 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -173,7 +173,7 @@ function SvgCanvas(doc)
|
||||
"y": y,
|
||||
"width": 0,
|
||||
"height": 0,
|
||||
"id": "rect_" + obj_num,
|
||||
"id": getId(),
|
||||
"fill": current_fill,
|
||||
"stroke": current_stroke,
|
||||
"stroke-width": current_stroke_width,
|
||||
|
||||
Reference in New Issue
Block a user