Bug 201740

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: SVGAssignee: 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:
Description Flags
animate-fill-freeze-with-repeatDur none

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 ***