[Webkit-unassigned] [Bug 26231] <marker> clipped when opacity < 1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 25 15:08:43 PST 2009


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





--- Comment #1 from Dirk Schulze <krit at webkit.org>  2009-12-25 15:08:43 PST ---
We calculate the clipping rect for TransparencyLayer with
repaintRectInLocalCoordinates() right before calling paint() (see
SVGRenderBase::prepareToRenderSVGContent in SVGRenderSupport.cpp as well as
RenderPath::paint). The problem is, that paint() creates the markers and the
marker size. That is too late.

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