[Webkit-unassigned] [Bug 68899] [CG] Both ShadowBlur and CG Shadow are applied to the rect in GraphicsContext::fillRect()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 27 15:33:26 PDT 2011


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





--- Comment #3 from Tim Horton <timothy_horton at apple.com>  2011-09-27 15:33:25 PST ---
I'm a bit confused. Where's the testcase; how can I reproduce this? Or is this in code you're currently working on?

Anyway, how are you applying the shadow? -webkit-svg-shadow? If it's -webkit-svg-shadow, that gets applied via a transparency layer that gets created (in SVGRenderSupport::prepareToRenderSVGContent) whenever you first hit the -webkit-svg-shadow'd element, so each element has no need to draw its own shadow.

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