Fixed bug in last update

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@460 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Alexis Deveria 2009-08-24 19:20:52 +00:00
parent 06069ae984
commit 2aac696964
1 changed files with 1 additions and 1 deletions

View File

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