COMMENT Snap.filter.*

master
Mike Sierra 2013-10-09 13:18:07 -04:00
parent 580cecc1ad
commit 108e1b03e9
1 changed files with 2 additions and 1 deletions

View File

@ -81,7 +81,8 @@ Snap.plugin(function (Snap, Element, Paper, glob) {
this.node.removeAttribute("filter");
}
});
// SIERRA Would help to clarify when various Snap.filter.* matches the behavior of CSS filter property keyword functions. E.g., I don't think CSS's blur() accepts a second parameter for y axis.
// SIERRA Would also be useful to illustrate a chain of >1 filter as a code snippet.
/*\
* Snap.filter.blur
[ method ]