[Webkit-unassigned] [Bug 51869] Shadows are not drawn when filling a rect with a gradient fillStyle on Mac and Chromium-Mac

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 16 03:12:56 PST 2011


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





--- Comment #23 from Dirk Schulze <krit at webkit.org>  2011-01-16 03:12:55 PST ---
(In reply to comment #22)
> (In reply to comment #21)
> > (In reply to comment #20)
> > > Why is this PLATFORM(WIN) and not PLATFOMR(CG)? FYI: This broke WinCE: 
> > 
> > Sorry for that. IIUC, you've already fixed it, thank you.
> 
> Causes a regression with SVG texts and gradients. See bug 52531.

It would be interesting as well, how your patch works with SVG texts, filled with gradient and CSS shadow. 

<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" >
<defs>
<linearGradient id="gradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="red"/>
<stop offset="100%" stop-color="blue"/>
</linearGradient>
</defs>
<text x="200" y="200" style="font-size: 200px; text-shadow: #000 20px 20px 20px;" fill="url(#gradient)">SVG</text>
</svg>

Can you add a test case with pixel test please?

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