COMMENT Snap.parsePathString

master
Mike Sierra 2013-10-09 13:26:54 -04:00
parent 2c8b512a98
commit 8ddfad5fbf
1 changed files with 1 additions and 0 deletions

View File

@ -1030,6 +1030,7 @@ Snap.rgb2hsl = function (r, g, b) {
};
// 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?
/*\
* Snap.parsePathString
[ method ]