From e13c6746926cd028dd99f45f88fad2dc9fffce6f Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Mon, 17 Aug 2009 07:08:16 +0000 Subject: [PATCH] one left behind git-svn-id: http://svg-edit.googlecode.com/svn/trunk@399 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/svgcanvas.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/svgcanvas.js b/editor/svgcanvas.js index 43ed0ccd..c11d23bc 100644 --- a/editor/svgcanvas.js +++ b/editor/svgcanvas.js @@ -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;