RESOLVED FIXED237648
[web-animations] fill-rule should support discrete animation
https://bugs.webkit.org/show_bug.cgi?id=237648
Summary [web-animations] fill-rule should support discrete animation
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.