diff options
author | wout <wout@impinc.co.uk> | 2014-07-28 22:16:35 +0200 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-07-28 22:16:35 +0200 |
commit | 5e9ab52bd68670208ac25cfcf95cca178d285545 (patch) | |
tree | 0e83007452b8195886798889d2c7eeabb229d226 /src/fx.js | |
parent | 0c336f2f4bc931c13779ed6ea3edf62f05f1f18f (diff) | |
download | svg.js-5e9ab52bd68670208ac25cfcf95cca178d285545.tar.gz svg.js-5e9ab52bd68670208ac25cfcf95cca178d285545.zip |
Added more control to SVG.Matrix
Diffstat (limited to 'src/fx.js')
-rwxr-xr-x | src/fx.js | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -218,10 +218,6 @@ SVG.FX = SVG.invent({ return this } - // Add animatable transformations - , transform: function(o) { - return this.attr('transform', o) - } // Add animatable styles , style: function(s, v) { if (typeof s == 'object') |