[webkit-reviews] review granted: [Bug 176498] REGRESSION (r215613): Incorrect corners clipping with border-radius : [Attachment 321265] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 19 17:17:56 PDT 2017


Tim Horton <thorton at apple.com> has granted Wenson Hsieh
<wenson_hsieh at apple.com>'s request for review:
Bug 176498: REGRESSION (r215613): Incorrect corners clipping with border-radius
https://bugs.webkit.org/show_bug.cgi?id=176498

Attachment 321265: Patch

https://bugs.webkit.org/attachment.cgi?id=321265&action=review




--- Comment #7 from Tim Horton <thorton at apple.com> ---
Comment on attachment 321265
  --> https://bugs.webkit.org/attachment.cgi?id=321265
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=321265&action=review

> Source/WebCore/platform/graphics/GeometryUtilities.cpp:178
> +    // We can bail early if |xRy| + |yRx| <= RxRy do avoid additional
multiplications, since that means the Manhattan distance

I think that "do" is meant to be a "to"?


More information about the webkit-reviews mailing list