[Webkit-unassigned] [Bug 41605] Fixes to the gaussian blur algorithm

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 7 05:00:43 PDT 2010


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





--- Comment #8 from Dirk Schulze <krit at webkit.org>  2010-07-07 05:00:42 PST ---
(In reply to comment #7)
> (In reply to comment #5)
> >
> > [...]
> >
> > (From update of attachment 60652 [details] [details])
> > To the LayoutTests.. You changes behavior, so you need some more layoutTests to cover the changes. I suggest a test, with a stdDerivation of "0", "0 3" and "3 0". According to the new spec, we should see results in all three cases (not the case at the moment).
> 
> Apparently the test svg/filters/feGaussianBlur.svg includes those cases so we can use it:
> 
> <filter id="0x0">
>     <feGaussianBlur stdDeviation="0"/>
> </filter>
> <filter id="0x5">
>     <feGaussianBlur stdDeviation="0 5"/>
> </filter>
> <filter id="5x0">
>     <feGaussianBlur stdDeviation="5 0"/>
> </filter>
> 
> Hmm, and it seems although qt and gtk are doing a text dump, mac id doing the proper pixel test.

What is the result of this test? Can you make a screenshot?

-- 
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