COMMENT Snap.filter.*
parent
580cecc1ad
commit
108e1b03e9
|
@ -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 ]
|
||||
|
|
Loading…
Reference in New Issue