[webkit-reviews] review granted: [Bug 120236] [CSS Shapes] Winding rule polygon issues : [Attachment 211550] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 16 08:37:54 PDT 2013


Dirk Schulze <krit at webkit.org> has granted Hans Muller
<giles_joplin at yahoo.com>'s request for review:
Bug 120236: [CSS Shapes] Winding rule polygon issues
https://bugs.webkit.org/show_bug.cgi?id=120236

Attachment 211550: Patch
https://bugs.webkit.org/attachment.cgi?id=211550&action=review

------- Additional Comments from Dirk Schulze <krit at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=211550&action=review


r=me

> Source/WebCore/platform/graphics/FloatPolygon.cpp:199
> +    return (fillRule() == RULE_NONZERO) ? containsNonZero(point) :
containsEvenOdd(point);

The parentheses seem unnecessary.


More information about the webkit-reviews mailing list