Summary: | An <animate> with fill=freeze and repeatDur not multiple of dur does not freeze at the last frame | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Said Abou-Hallawa <sabouhallawa> | ||||
Component: | SVG | Assignee: | Nobody <webkit-unassigned> | ||||
Status: | RESOLVED DUPLICATE | ||||||
Severity: | Normal | CC: | ahmad.saleem792, zimmermann | ||||
Priority: | P2 | ||||||
Version: | WebKit Nightly Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 200143 | ||||||
Attachments: |
|
Related WPT tests: https://wpt.fyi/results/svg/animations/animate-fill-freeze-with-repeatDur.html?label=experimental&label=master&aligned It seems that I didn't done my due diligence properly - I am fixing it via bug 250977. Once other will get committed, we can mark this as duplicate of other bug. Just wanted to highlight. *** This bug has been marked as a duplicate of bug 250977 *** |
Created attachment 378679 [details] animate-fill-freeze-with-repeatDur Open the attached test case. It has two animated rectangles. The duration of both elements is 2s. The repeatDur of the first rectangle is 4s while it is 5s for the second rectangle. Result: The first rectangles freezes at where the last frame is drawn. The second frame is moved back to its frame drawn at 3s. Expected: Both rectangles freeze at their last drawn frame.