Fixed bug in last update

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@460 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Alexis Deveria
2009-08-24 19:20:52 +00:00
parent 06069ae984
commit 2aac696964

View File

@@ -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);