Bug 237648

Summary: [web-animations] fill-rule should support discrete animation
Product: WebKit Reporter: Antoine Quint <graouts>
Component: AnimationsAssignee: Antoine Quint <graouts>
Status: RESOLVED FIXED    
Severity: Normal CC: changseok, dino, esprehn+autocc, ews-watchlist, glenn, graouts, koivisto, kondapallykalyan, pdr, simon.fraser, webkit-bug-importer
Priority: P2 Keywords: InRadar, WebExposed, WPTImpact
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch koivisto: review+

Antoine Quint
Reported 2022-03-09 04:08:43 PST
[web-animations] fill-rule should support discrete animation
Attachments
Patch (8.15 KB, patch)
2022-03-09 04:09 PST, Antoine Quint
koivisto: review+
Antoine Quint
Comment 1 2022-03-09 04:09:28 PST
Simon Fraser (smfr)
Comment 2 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?
Antoine Quint
Comment 3 2022-03-10 03:38:59 PST
Radar WebKit Bug Importer
Comment 4 2022-03-10 03:39:17 PST
Note You need to log in before you can comment on or make changes to this bug.