[Webkit-unassigned] [Bug 201740] New: An <animate> with fill=freeze and repeatDur not multiple of dur does not freeze at the last frame

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 12 14:16:32 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=201740

            Bug ID: 201740
           Summary: An <animate> with fill=freeze and repeatDur not
                    multiple of dur does not freeze at the last frame
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sabouhallawa at apple.com
                CC: zimmermann at kde.org

Created attachment 378679

  --> https://bugs.webkit.org/attachment.cgi?id=378679&action=review

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190912/e6035ebc/attachment.html>


More information about the webkit-unassigned mailing list