Bug 235019

Summary: Interpolation for the "filter" property fails with a single keyframe
Product: WebKit Reporter: Antoine Quint <graouts>
Component: AnimationsAssignee: Antoine Quint <graouts>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, graouts, simon.fraser, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch ews-feeder: commit-queue-

Description Antoine Quint 2022-01-09 10:03:57 PST
Interpolation for the "filter" property fails with a single keyframe
Comment 1 Antoine Quint 2022-01-09 10:06:21 PST
Created attachment 448711 [details]
Patch
Comment 2 Dean Jackson 2022-01-09 10:27:58 PST
Comment on attachment 448711 [details]
Patch

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

> Source/WebCore/animation/KeyframeEffect.cpp:1054
> +    if (m_blendingKeyframes.size() < 2)

== 1?
Comment 3 EWS 2022-01-09 11:53:06 PST
Committed r287826 (245878@main): <https://commits.webkit.org/245878@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 448711 [details].
Comment 4 Radar WebKit Bug Importer 2022-01-09 11:54:17 PST
<rdar://problem/87313978>