[Webkit-unassigned] [Bug 25404] Bounds Calculation for stroke with opacity < 1 not correct

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 28 15:17:32 PDT 2009


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





------- Comment #3 from eric at webkit.org  2009-04-28 15:17 PDT -------
The problem here would be that FloatRect
RenderSVGText::repaintRectInLocalCoordinates() const isn't including the stroke
correctly, I suspect.  It has some code which tries to include the stroke, but
it must be wrong.

It's also possible that this is a CG bug... because I don't think we specify
the size of the transparency layer when we tell CG that we need to render
transparent text... hum.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list