COMMENT Element.pattern, Snap.parsePathString

master
Mike Sierra 2013-10-09 15:26:42 -04:00
parent b9f6fd919a
commit 537c5b30ed
1 changed files with 3 additions and 1 deletions

View File

@ -1030,7 +1030,7 @@ Snap.rgb2hsl = function (r, g, b) {
}; };
// Transformations // Transformations
# SIERRA Snap.parsePathString(): By _array of arrays,_ I assume you mean a format like this for two separate segments? [ ["M10,10","L90,90"], ["M90,10","L10,90"] ] Otherwise how is each command structured? // SIERRA Snap.parsePathString(): By _array of arrays,_ I assume you mean a format like this for two separate segments? [ ["M10,10","L90,90"], ["M90,10","L10,90"] ] Otherwise how is each command structured?
/*\ /*\
* Snap.parsePathString * Snap.parsePathString
[ method ] [ method ]
@ -1897,6 +1897,8 @@ function arrayFirstValue(arr) {
defs.appendChild(this.node); defs.appendChild(this.node);
return this; return this;
}; };
// SIERRA Element.pattern(): x/y/width/height data types are listed as both String and Number. Is that an error, or does it mean strings are coerced?
// SIERRA Element.pattern(): clarify that x/y are offsets that e.g., may add gutters between the tiles.
/*\ /*\
* Element.pattern * Element.pattern
[ method ] [ method ]