From 43f94159d13d2fdc84785cd2542c1543a3088c59 Mon Sep 17 00:00:00 2001 From: Mike Sierra Date: Wed, 9 Oct 2013 15:29:27 -0400 Subject: [PATCH] COMMENT Element.transform --- src/svg.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/svg.js b/src/svg.js index a01af9a..6a97c8a 100644 --- a/src/svg.js +++ b/src/svg.js @@ -1547,6 +1547,9 @@ function arrayFirstValue(arr) { var propString = function () { return this.local; }; +// SIERRA Element.transform(): seems to allow two return values, one of which (_Element_) is undefined. +// SIERRA Element.transform(): if this only accepts one argument, it's unclear how it can both _get_ and _set_ a transform. +// SIERRA Element.transform(): Unclear how Snap transform string format differs from SVG's. /*\ * Element.transform [ method ]