summaryrefslogtreecommitdiffstats
path: root/src/fx.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/fx.js')
-rwxr-xr-xsrc/fx.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/fx.js b/src/fx.js
index 28d0da8..b779b40 100755
--- a/src/fx.js
+++ b/src/fx.js
@@ -96,9 +96,6 @@ SVG.extend(SVG.FX, {
element.plot(fx._plot.at(pos))
} else {
- if (element.array)
- element.array.cache()
-
/* run all x-position properties */
if (fx._x)
element.x(fx._at(fx._x, pos))
@@ -114,9 +111,6 @@ SVG.extend(SVG.FX, {
/* run all size properties */
if (fx._size)
element.size(fx._at(fx._size.width, pos), fx._at(fx._size.height, pos))
-
- if (element.array)
- element.array.uncache()
}
/* run all viewbox properties */