summaryrefslogtreecommitdiffstats
path: root/src/boxes.js
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2014-08-24 16:15:56 +0200
committerwout <wout@impinc.co.uk>2014-08-24 16:15:56 +0200
commita5837d5bf9d980605358f3bfc63a65acd87c3444 (patch)
tree81f1af10505f36ad8618ddfb247ab820f4c18bd8 /src/boxes.js
parent35c46452577fc550793d13075c3010619ac1c96d (diff)
downloadsvg.js-a5837d5bf9d980605358f3bfc63a65acd87c3444.tar.gz
svg.js-a5837d5bf9d980605358f3bfc63a65acd87c3444.zip
Implemented absolute and relative matrix transformations
Diffstat (limited to 'src/boxes.js')
-rwxr-xr-xsrc/boxes.js2
1 files changed, 0 insertions, 2 deletions
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