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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 15 10:37:48 PDT 2010


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


Darin Adler <darin at apple.com> changed:

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




--- Comment #2 from Darin Adler <darin at apple.com>  2010-07-15 10:37:49 PST ---
(From update of attachment 61683)
There's an extra change log entry in there.

>      } else
> -        platformContext()->setupPaintForStroking(&paint, 0, 0);
> +        if (!platformContext()->setupPaintForStroking(&paint, 0, 0))
> +            return;

Need to add braces here because this is now a multi-line else body.

Otherwise looks fine. r=me

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