Fixed bug in last update
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@460 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
06069ae984
commit
2aac696964
|
@ -1340,7 +1340,7 @@ function SvgCanvas(c)
|
|||
case "multiselect":
|
||||
assignAttributes(rubberBox, {
|
||||
'x': Math.min(start_x,x),
|
||||
'y': Math.min(start_y,y)),
|
||||
'y': Math.min(start_y,y),
|
||||
'width': Math.abs(x-start_x),
|
||||
'height': Math.abs(y-start_y)
|
||||
},100);
|
||||
|
|
Loading…
Reference in New Issue