[webkit-reviews] review granted: [Bug 223924] Fix interpolation of box-shadow and text-shadow CSS properties : [Attachment 424629] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 30 12:42:19 PDT 2021


Dean Jackson <dino at apple.com> has granted Antoine Quint <graouts at webkit.org>'s
request for review:
Bug 223924: Fix interpolation of box-shadow and text-shadow CSS properties
https://bugs.webkit.org/show_bug.cgi?id=223924

Attachment 424629: Patch

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




--- Comment #2 from Dean Jackson <dino at apple.com> ---
Comment on attachment 424629
  --> https://bugs.webkit.org/attachment.cgi?id=424629
Patch

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

> Source/WebCore/animation/CSSPropertyAnimation.cpp:141
> +	   radius < 0 ? 0 : radius,

std::max(0, radius)?


More information about the webkit-reviews mailing list