OLD | NEW |
---|---|
(Empty) | |
1 This tests getTotalLength of SVG path. | |
2 | |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". | |
4 | |
5 | |
6 PASS getTotalLength('M0,20 L400,20 L640,20') is 640 | |
7 PASS getTotalLength('M0,20 L400,20 L640,20 z') is 1280 | |
8 PASS getTotalLength('M0,20 L400,20 z M 320,20 L640,20') is 1120 | |
9 PASS successfullyParsed is true | |
10 | |
11 TEST COMPLETE | |
12 | |
OLD | NEW |