WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
237648
[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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Antoine Quint
Comment 1
2022-03-09 04:09:28 PST
Created
attachment 454224
[details]
Patch
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
Committed
r291100
(
248262@trunk
): <
https://commits.webkit.org/248262@trunk
>
Radar WebKit Bug Importer
Comment 4
2022-03-10 03:39:17 PST
<
rdar://problem/90090179
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug