From 09fb1d6c5c4f4ab68f28e8c02c14052b614eb671 Mon Sep 17 00:00:00 2001 From: Vidar Hokstad Date: Sat, 6 Jun 2009 13:21:45 +0000 Subject: [PATCH] Switched another id to use getId() git-svn-id: http://svg-edit.googlecode.com/svn/trunk@39 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/svgcanvas.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/svgcanvas.js b/editor/svgcanvas.js index 40d7d6f3..61d265a3 100644 --- a/editor/svgcanvas.js +++ b/editor/svgcanvas.js @@ -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,