Bug 201740 - An <animate> with fill=freeze and repeatDur not multiple of dur does not freeze at the last frame
Summary: An <animate> with fill=freeze and repeatDur not multiple of dur does not free...
Status: RESOLVED DUPLICATE of bug 250977
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 200143
  Show dependency treegraph
 
Reported: 2019-09-12 14:16 PDT by Said Abou-Hallawa
Modified: 2023-01-23 09:10 PST (History)
2 users (show)

See Also:


Attachments
animate-fill-freeze-with-repeatDur (942 bytes, image/svg+xml)
2019-09-12 14:16 PDT, Said Abou-Hallawa
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Said Abou-Hallawa 2019-09-12 14:16:32 PDT
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.
Comment 2 Ahmad Saleem 2023-01-22 06:50:44 PST
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.
Comment 3 Ahmad Saleem 2023-01-23 09:10:01 PST

*** This bug has been marked as a duplicate of bug 250977 ***