one left behind

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@399 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Pavol Rusnak 2009-08-17 07:08:16 +00:00
parent cd54df13a0
commit e13c674692
1 changed files with 1 additions and 1 deletions

View File

@ -2521,7 +2521,7 @@ function SvgCanvas(c)
elem.setAttribute('y', (miny+maxy-parseInt(elem.getAttribute('height')))/2);
break;
case 'b': // bottom (vertical)
elem.setAttribute('y', maxx-parseInt(elem.getAttribute('height')));
elem.setAttribute('y', maxy-parseInt(elem.getAttribute('height')));
break;
}
break;