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: dx from [1] to [6] was [1] at 0 | 4 PASS: dx from [1] to [6] was [1] at 0 |
4 PASS: dx from [1] to [6] was [2] at 0.2 | 5 PASS: dx from [1] to [6] was [2] at 0.2 |
5 PASS: dx from [1] to [6] was [4] at 0.6 | 6 PASS: dx from [1] to [6] was [4] at 0.6 |
6 PASS: dx from [1] to [6] was [6] at 1 | 7 PASS: dx from [1] to [6] was [6] at 1 |
7 PASS: dy from [1 -2] to [6 -12] was [1 -2] at 0 | 8 PASS: dy from [1 -2] to [6 -12] was [1 -2] at 0 |
8 PASS: dy from [1 -2] to [6 -12] was [2 -4] at 0.2 | 9 PASS: dy from [1 -2] to [6 -12] was [2 -4] at 0.2 |
9 PASS: dy from [1 -2] to [6 -12] was [4 -8] at 0.6 | 10 PASS: dy from [1 -2] to [6 -12] was [4 -8] at 0.6 |
10 PASS: dy from [1 -2] to [6 -12] was [6 -12] at 1 | 11 PASS: dy from [1 -2] to [6 -12] was [6 -12] at 1 |
11 | 12 |
12 Web Animations API: | 13 Web Animations API: |
13 PASS: dx from [1] to [6] was [-1] at -0.4 | 14 PASS: dx from [1] to [6] was [-1] at -0.4 |
14 PASS: dx from [1] to [6] was [1] at 0 | 15 PASS: dx from [1] to [6] was [1] at 0 |
15 PASS: dx from [1] to [6] was [2] at 0.2 | 16 PASS: dx from [1] to [6] was [2] at 0.2 |
16 PASS: dx from [1] to [6] was [4] at 0.6 | 17 PASS: dx from [1] to [6] was [4] at 0.6 |
17 PASS: dx from [1] to [6] was [6] at 1 | 18 PASS: dx from [1] to [6] was [6] at 1 |
18 PASS: dx from [1] to [6] was [8] at 1.4 | 19 PASS: dx from [1] to [6] was [8] at 1.4 |
19 PASS: dy from [1 -2] to [6 -12] was [-1 2] at -0.4 | 20 PASS: dy from [1 -2] to [6 -12] was [-1 2] at -0.4 |
20 PASS: dy from [1 -2] to [6 -12] was [1 -2] at 0 | 21 PASS: dy from [1 -2] to [6 -12] was [1 -2] at 0 |
21 PASS: dy from [1 -2] to [6 -12] was [2 -4] at 0.2 | 22 PASS: dy from [1 -2] to [6 -12] was [2 -4] at 0.2 |
22 PASS: dy from [1 -2] to [6 -12] was [4 -8] at 0.6 | 23 PASS: dy from [1 -2] to [6 -12] was [4 -8] at 0.6 |
23 PASS: dy from [1 -2] to [6 -12] was [6 -12] at 1 | 24 PASS: dy from [1 -2] to [6 -12] was [6 -12] at 1 |
24 PASS: dy from [1 -2] to [6 -12] was [8 -16] at 1.4 | 25 PASS: dy from [1 -2] to [6 -12] was [8 -16] at 1.4 |
25 | 26 |
OLD | NEW |