[Webkit-unassigned] [Bug 42387] SVG - stroke-width:0 bug with stroke other than "none"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 16 14:41:48 PDT 2010


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


David Levin <levin at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #61848|review?, commit-queue?      |review-
               Flag|                            |




--- Comment #14 from David Levin <levin at chromium.org>  2010-07-16 14:41:47 PST ---
(From update of attachment 61848)
No need for chromium-mac results.


> diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
> index 0fc0719..dbd9b17 100644
> --- a/WebCore/ChangeLog
> +++ b/WebCore/ChangeLog
> @@ -1,3 +1,22 @@
> +2010-07-16  Fady Samuel  <fsamuel at chromium.org>
> +
> +        Reviewed by NOBODY (OOPS!).
> +        
> +        Avoids adding stroke when stroke-width is zero.

Move to function level in the changelog (and put "Ditto." after the first function).

(because function level comments are preferred in WK ChangeLogs.

> +
> +        SVG - stroke-width:0 bug with stroke other than "none"
> +        https://bugs.webkit.org/show_bug.cgi?id=42387
> +
> +        Test: svg/stroke/path-zero-strokewidth-test.svg
> +
> +        * platform/graphics/skia/GraphicsContextSkia.cpp:
> +        (WebCore::GraphicsContext::drawConvexPolygon):

Right here (is what I mean by function level).

> +        (WebCore::GraphicsContext::drawEllipse):
> +        (WebCore::GraphicsContext::drawLine):
> +        (WebCore::GraphicsContext::strokeArc):
> +        (WebCore::GraphicsContext::strokePath):
> +        (WebCore::GraphicsContext::strokeRect):
> +

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