[fxtf-drafts] [filter-effects] blur() to take two parameters?

tomasdev has just created a new issue for https://github.com/w3c/fxtf-drafts:

== [filter-effects] blur() to take two parameters? ==
There's nothing about this in the spec, but SVG blurring allows it to be on both X and Y axis, whereas the current spec and implementation of CSS blur() only allows a single value, to be applied to both axes.

*Example*: https://tympanus.net/codrops/2015/04/08/motion-blur-effect-svg/ stdDeviation can take  comma separated `x,y` values.
*Spec of SVG*: https://www.w3.org/TR/SVG/filters.html#feGaussianBlurStdDeviationAttribute

Thoughts?

+@grorg 
+@erikdahlstrom 
+@dirkschulze 

Please view or discuss this issue at https://github.com/w3c/fxtf-drafts/issues/229 using your GitHub account

Received on Tuesday, 17 October 2017 23:05:31 UTC