[Webkit-unassigned] [Bug 28141] SVG Filter feGaussianBlur implementation is missing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 5 22:42:35 PDT 2009


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





--- Comment #5 from Dirk Schulze <krit at webkit.org>  2009-10-05 22:42:35 PDT ---
Nikolas asked why I call boxBlur twice in the for loop. I would like to explain
it for the reviewer. The first call is for the horizontal bluring, the second
call is for the vertical bluring. This is the same like a bluring with a
complete kernel, but faster.
The reason for bluring the image 3 times is, that the spec want us to.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list