summaryrefslogtreecommitdiffstats
path: root/src/fx.js
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2014-07-28 22:16:35 +0200
committerwout <wout@impinc.co.uk>2014-07-28 22:16:35 +0200
commit5e9ab52bd68670208ac25cfcf95cca178d285545 (patch)
tree0e83007452b8195886798889d2c7eeabb229d226 /src/fx.js
parent0c336f2f4bc931c13779ed6ea3edf62f05f1f18f (diff)
downloadsvg.js-5e9ab52bd68670208ac25cfcf95cca178d285545.tar.gz
svg.js-5e9ab52bd68670208ac25cfcf95cca178d285545.zip
Added more control to SVG.Matrix
Diffstat (limited to 'src/fx.js')
-rwxr-xr-xsrc/fx.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/fx.js b/src/fx.js
index d504089..ddbbcd0 100755
--- a/src/fx.js
+++ b/src/fx.js
@@ -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')