Bug 223924

Summary: Fix interpolation of box-shadow and text-shadow CSS properties
Product: WebKit Reporter: Antoine Quint <graouts>
Component: AnimationsAssignee: Antoine Quint <graouts>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, graouts, koivisto, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch dino: review+

Antoine Quint
Reported 2021-03-30 04:52:48 PDT
Fix interpolation of box-shadow and text-shadow CSS properties
Attachments
Patch (70.11 KB, patch)
2021-03-30 04:56 PDT, Antoine Quint
dino: review+
Antoine Quint
Comment 1 2021-03-30 04:56:30 PDT
Dean Jackson
Comment 2 2021-03-30 12:42:19 PDT
Comment on attachment 424629 [details] 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)?
Antoine Quint
Comment 3 2021-03-31 00:39:49 PDT
(In reply to Dean Jackson from comment #2) > Comment on attachment 424629 [details] > 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)? Will fix in commit.
Antoine Quint
Comment 4 2021-03-31 00:44:30 PDT
Radar WebKit Bug Importer
Comment 5 2021-03-31 00:45:19 PDT
Note You need to log in before you can comment on or make changes to this bug.