Bug 237648 - [web-animations] fill-rule should support discrete animation
Summary: [web-animations] fill-rule should support discrete animation
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Antoine Quint
URL:
Keywords: InRadar, WebExposed, WPTImpact
Depends on:
Blocks:
 
Reported: 2022-03-09 04:08 PST by Antoine Quint
Modified: 2022-03-10 03:39 PST (History)
11 users (show)

See Also:


Attachments
Patch (8.15 KB, patch)
2022-03-09 04:09 PST, Antoine Quint
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Quint 2022-03-09 04:08:43 PST
[web-animations] fill-rule should support discrete animation
Comment 1 Antoine Quint 2022-03-09 04:09:28 PST
Created attachment 454224 [details]
Patch
Comment 2 Simon Fraser (smfr) 2022-03-09 11:35:03 PST
Comment on attachment 454224 [details]
Patch

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

> Source/WebCore/rendering/style/RenderStyle.h:1429
> +    WindRule fillRule() const { return svgStyle().fillRule(); }
> +    void setFillRule(WindRule fillRule) { accessSVGStyle().setFillRule(fillRule); }

Does RenderStyle::diff() need to check this?
Comment 3 Antoine Quint 2022-03-10 03:38:59 PST
Committed r291100 (248262@trunk): <https://commits.webkit.org/248262@trunk>
Comment 4 Radar WebKit Bug Importer 2022-03-10 03:39:17 PST
<rdar://problem/90090179>