summaryrefslogtreecommitdiffstats
path: root/src/attr.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/attr.js')
-rw-r--r--src/attr.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/attr.js b/src/attr.js
index 9340981..134ac19 100644
--- a/src/attr.js
+++ b/src/attr.js
@@ -57,10 +57,6 @@ SVG.extend(SVG.Element, {
else if (Array.isArray(v))
v = new SVG.Array(v)
- // store parametric transformation values locally
- else if (v instanceof SVG.Matrix && v.param)
- this.param = v.param
-
// if the passed attribute is leading...
if (a == 'leading') {
// ... call the leading method instead