COMMENT Element.transform

master
Mike Sierra 2013-10-09 15:29:27 -04:00
parent 537c5b30ed
commit 43f94159d1
1 changed files with 3 additions and 0 deletions

View File

@ -1547,6 +1547,9 @@ function arrayFirstValue(arr) {
var propString = function () { var propString = function () {
return this.local; 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 * Element.transform
[ method ] [ method ]