[Webkit-unassigned] [Bug 82963] REGRESSION (r101517): Animating the transform of a <rect> with shape-rendering: crispEdges leaves behind garbage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 2 18:39:18 PDT 2012


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


Tim Horton <timothy_horton at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-unassigned at lists.web |timothy_horton at apple.com
                   |kit.org                     |




--- Comment #3 from Tim Horton <timothy_horton at apple.com>  2012-04-02 18:39:18 PST ---
Inflating the outer stroke rect (which is returned for strokeBoundingBox) of the RenderSVGRect by 1px fixes this.

It looks like CG can draw an extra 1px part of the stroke when drawing a rectangle with AA off, but not a path-made-from-a-rectangle, which is why we didn't run into this before 101517.

I have a patch to fix, pending a good test.

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