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