one left behind
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@399 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
cd54df13a0
commit
e13c674692
|
@ -2521,7 +2521,7 @@ function SvgCanvas(c)
|
||||||
elem.setAttribute('y', (miny+maxy-parseInt(elem.getAttribute('height')))/2);
|
elem.setAttribute('y', (miny+maxy-parseInt(elem.getAttribute('height')))/2);
|
||||||
break;
|
break;
|
||||||
case 'b': // bottom (vertical)
|
case 'b': // bottom (vertical)
|
||||||
elem.setAttribute('y', maxx-parseInt(elem.getAttribute('height')));
|
elem.setAttribute('y', maxy-parseInt(elem.getAttribute('height')));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue