[Webkit-unassigned] [Bug 74578] Incorrect stroke near borders
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 21 13:39:50 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=74578
Dirk Schulze <krit at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #119654|review? |review-
Flag| |
--- Comment #4 from Dirk Schulze <krit at webkit.org> 2011-12-21 13:39:50 PST ---
(From update of attachment 119654)
View in context: https://bugs.webkit.org/attachment.cgi?id=119654&action=review
Eric is right, the patch is not correct. Also what if the border is thicker than 1? You can not hard code the inflation.
> Source/WebCore/rendering/svg/SVGRenderSupport.cpp:94
> FloatRect repaintRect = object->repaintRectInLocalCoordinates();
The repaintRectInLocalCoordinates should already include the border. If we clip sty of the border away, it seems like a bug in repaintRectInLocalCoordinates(). Is it just for lines? Do you see that for SVGRects or SVGCircles as well?
--
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