one left behind
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@399 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user