[Webkit-unassigned] [Bug 201565] New: SVG <animateMotion> does not reset the element to its first animation frame if its fill is "remove"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 6 16:15:38 PDT 2019


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

            Bug ID: 201565
           Summary: SVG <animateMotion> does not reset the element to its
                    first animation frame if its fill is "remove"
           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 378249

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

test case

Open the attached test case.

Result: The green rectangle should animate for 2 seconds then it stays in its last animated position.
Expected: After the green rectangle finishes animation, it should move back to its original position.


This is an SVG test case. It has a <rect> element which has an <animateMotion> element as a child. The <animateMotion> has an attribute fill="remove". The expected behavior is resetting the rectangle back to its original position once the animation finishes.

-- 
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/20190906/8630f41f/attachment.html>


More information about the webkit-unassigned mailing list