Switched another id to use getId()

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@39 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Vidar Hokstad 2009-06-06 13:21:45 +00:00
parent 4aedad493b
commit 09fb1d6c5c
1 changed files with 1 additions and 1 deletions

View File

@ -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,