Bug 79786 - REGRESSION: animate-elem-14-t.svg / animate-elem-18-t.svg not respecting keyTimes correctly
Summary: REGRESSION: animate-elem-14-t.svg / animate-elem-18-t.svg not respecting keyT...
Status: RESOLVED DUPLICATE of bug 250643
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nikolas Zimmermann
URL:
Keywords:
Depends on: 79784
Blocks: 41761
  Show dependency treegraph
 
Reported: 2012-02-28 07:09 PST by Nikolas Zimmermann
Modified: 2023-01-15 05:56 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolas Zimmermann 2012-02-28 07:09:02 PST
According to our SVG 1.1 2nd edition status page, these should work. They do work, except that the last keyTime isn't correctly respected -- compare with Opera.
The new test cases in bug 79784, cover this - we currently show FAILs in the output, where we shouldn't - Opera says PASS, for these cases (see animate-elem-14-t-drt-expected.txt).
Comment 1 Nikolas Zimmermann 2012-02-28 07:10:18 PST
        - animate-elem-14-t.svg:
          <animate attributeName="width" calcMode="discrete" values="300;255;180;30" keyTimes="0;.2;.4;.6" begin="0s" dur="10s" fill="freeze"/>


        - animate-elem-18-t.svg
          <animate attributeName="width" calcMode="discrete" values="300;255;180;30" keyTimes="0;.2;.6;.8" begin="0s" dur="10s" fill="freeze"/>

Last keyTimes frame not respected, it seems
Comment 3 Ahmad Saleem 2023-01-15 05:56:44 PST
Tackling in bug 250643. Closing this as "RESOLVED DUPLICATE xx".

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