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-75d572ba1dddmaster
parent
3c2c58be69
commit
57518c6087
|
@ -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'],
|
||||
|
|
Loading…
Reference in New Issue