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
master
Alexis Deveria 2009-10-30 20:33:46 +00:00
parent 3c2c58be69
commit 57518c6087
1 changed files with 1 additions and 1 deletions

View File

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