OLD | NEW |
| 1 CONSOLE WARNING: SVG's SMIL animations (<animate>, <set>, etc.) are deprecated a
nd will be removed. Please use CSS animations or Web animations instead. |
1 | 2 |
2 SVG SMIL: | 3 SVG SMIL: |
3 PASS: slope from [1] to [6] was [1] at 0 | 4 PASS: slope from [1] to [6] was [1] at 0 |
4 PASS: slope from [1] to [6] was [2] at 0.2 | 5 PASS: slope from [1] to [6] was [2] at 0.2 |
5 PASS: slope from [1] to [6] was [4] at 0.6 | 6 PASS: slope from [1] to [6] was [4] at 0.6 |
6 PASS: slope from [1] to [6] was [6] at 1 | 7 PASS: slope from [1] to [6] was [6] at 1 |
7 | 8 |
8 Web Animations API: | 9 Web Animations API: |
9 PASS: slope from [1] to [6] was [-1] at -0.4 | 10 PASS: slope from [1] to [6] was [-1] at -0.4 |
10 PASS: slope from [1] to [6] was [1] at 0 | 11 PASS: slope from [1] to [6] was [1] at 0 |
11 PASS: slope from [1] to [6] was [2] at 0.2 | 12 PASS: slope from [1] to [6] was [2] at 0.2 |
12 PASS: slope from [1] to [6] was [4] at 0.6 | 13 PASS: slope from [1] to [6] was [4] at 0.6 |
13 PASS: slope from [1] to [6] was [6] at 1 | 14 PASS: slope from [1] to [6] was [6] at 1 |
14 PASS: slope from [1] to [6] was [8] at 1.4 | 15 PASS: slope from [1] to [6] was [8] at 1.4 |
15 | 16 |
OLD | NEW |