From 57518c60876f91bdd4714907fec5b3196b1e62b1 Mon Sep 17 00:00:00 2001 From: Alexis Deveria Date: Fri, 30 Oct 2009 20:33:46 +0000 Subject: [PATCH] Fixed Issue 302: Corner radius is displayed incorreclty when reopening a saved file git-svn-id: http://svg-edit.googlecode.com/svn/trunk@891 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/svg-editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/svg-editor.js b/editor/svg-editor.js index 219cd91e..d0f004aa 100644 --- a/editor/svg-editor.js +++ b/editor/svg-editor.js @@ -253,7 +253,7 @@ function svg_edit_setup() { // update contextual tools here var panels = { g: [], - rect: ['radius','x','y','width','height'], + rect: ['rx','x','y','width','height'], image: ['x','y','width','height'], circle: ['cx','cy','r'], ellipse: ['cx','cy','rx','ry'],