From 01f26c4be0656107efc408225431f994b0f6184a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Fri, 20 May 2011 08:40:35 +0100 Subject: [PATCH] Restructure line break. --- src/text/PointText.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/text/PointText.js b/src/text/PointText.js index 7d4c38a7..d4474741 100644 --- a/src/text/PointText.js +++ b/src/text/PointText.js @@ -34,8 +34,8 @@ var PointText = this.PointText = TextItem.extend({ }, setPoint: function(point) { - this._transform(new Matrix().translate(Point.read(arguments).subtract( - this._point))); + this._transform(new Matrix().translate( + Point.read(arguments).subtract(this._point))); }, // TODO: position should be the center point of the bounds