[Webkit-unassigned] [Bug 11929] Gradient SVG animation demonstrates tearing at animation extremes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 1 14:36:29 PST 2009


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





--- Comment #6 from Dirk Schulze <krit at webkit.org>  2009-12-01 14:36:29 PST ---
Created an attachment (id=44103)
 --> (https://bugs.webkit.org/attachment.cgi?id=44103)
SVG fix for broken radial gradient

This is the fix for the broken radial gradient. The adjusted focalPoint must be
moved by the centralPoint, because the base (the focalPoint) was substracted by
the centralPoint before. This issue was fixed in the cairo specific code, but
got lost with the platform independent code. It is also neccessary to make a
deviation of maximum 0.2% to get around the fixed point values in cairo.

I'm sure this patch will change some pixeltests. I also added a new pixeltest
but can't produce the results at the moment.

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