[Webkit-unassigned] [Bug 51982] Shadow is not drawn when filling a path with a gradient

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 14 13:07:33 PST 2011


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





--- Comment #8 from Dirk Schulze <krit at webkit.org>  2011-01-14 13:07:33 PST ---
(In reply to comment #7)
> (In reply to comment #6)
> > Looks like the revert did indeed fix the problem.
> 
> Is any of the SVG folks able to help me figure out how this patch may have broken some (gradient?) functionality? Thanks

Pretty easy, on the old code you apply the path and transform the CTM afterwards. With the patch you're doing it the other way around. This can't work. Change the order for lines 596/570 with 572/573 and it will work again. I bet you get the same problems for shadowed paths. So you have to do it there as well.

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