diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-03-19 15:48:48 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-03-19 15:48:48 +0100 |
commit | c2ff36620be14e4782d2bdf6154d44ad388fcffc (patch) | |
tree | 2eeee39baae565da7eb0f01a0104c1b1c04205ea /src/transform.js | |
parent | 77b20c72d05c6e0e7b498227379c889fecd1c3b0 (diff) | |
download | svg.js-c2ff36620be14e4782d2bdf6154d44ad388fcffc.tar.gz svg.js-c2ff36620be14e4782d2bdf6154d44ad388fcffc.zip |
typescript definitions updated, minor fix in Transformations
Diffstat (limited to 'src/transform.js')
-rw-r--r-- | src/transform.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transform.js b/src/transform.js index f2061db..0643a8a 100644 --- a/src/transform.js +++ b/src/transform.js @@ -313,6 +313,7 @@ SVG.Rotate = SVG.invent({ } , undo: function(o){ this._undo = o + return this } } |