From a5837d5bf9d980605358f3bfc63a65acd87c3444 Mon Sep 17 00:00:00 2001 From: wout Date: Sun, 24 Aug 2014 16:15:56 +0200 Subject: Implemented absolute and relative matrix transformations --- src/boxes.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/boxes.js') diff --git a/src/boxes.js b/src/boxes.js index a2da745..96c4246 100755 --- a/src/boxes.js +++ b/src/boxes.js @@ -95,8 +95,6 @@ SVG.RBox = SVG.invent({ } // Recalculate viewbox distortion - // this.x /= zoom - // this.y /= zoom this.width = box.width /= zoom this.height = box.height /= zoom -- cgit v1.2.3