[Webkit-unassigned] [Bug 155288] Compositing layer is too large when inner element has a blur that is within bounds

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 9 23:01:59 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=155288

--- Comment #2 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
http://dbaron.org/log/20110225-blur-radius also explains this well.
"The SVG feGaussianBlur filter primitive has a stdDeviation attribute, which takes the standard deviation (σ) of the Gaussian blur. So in SVG, the number given is half the number that you would give to get the same blur with CSS or canvas."

I think when dbaron says "with CSS" he's referring to box-shadow. The CSS blur filter matches SVG.

This means that "filter: blur(10px)" and "box-shadow: 0 0 10px black" don't match which is sad.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160310/12f85e8b/attachment.html>


More information about the webkit-unassigned mailing list