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":
|
case "multiselect":
|
||||||
assignAttributes(rubberBox, {
|
assignAttributes(rubberBox, {
|
||||||
'x': Math.min(start_x,x),
|
'x': Math.min(start_x,x),
|
||||||
'y': Math.min(start_y,y)),
|
'y': Math.min(start_y,y),
|
||||||
'width': Math.abs(x-start_x),
|
'width': Math.abs(x-start_x),
|
||||||
'height': Math.abs(y-start_y)
|
'height': Math.abs(y-start_y)
|
||||||
},100);
|
},100);
|
||||||
|
|
Loading…
Reference in New Issue