diff options
author | wout <wout@impinc.co.uk> | 2014-08-24 16:15:56 +0200 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-08-24 16:15:56 +0200 |
commit | a5837d5bf9d980605358f3bfc63a65acd87c3444 (patch) | |
tree | 81f1af10505f36ad8618ddfb247ab820f4c18bd8 /src/boxes.js | |
parent | 35c46452577fc550793d13075c3010619ac1c96d (diff) | |
download | svg.js-a5837d5bf9d980605358f3bfc63a65acd87c3444.tar.gz svg.js-a5837d5bf9d980605358f3bfc63a65acd87c3444.zip |
Implemented absolute and relative matrix transformations
Diffstat (limited to 'src/boxes.js')
-rwxr-xr-x | src/boxes.js | 2 |
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 |