OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <script> | |
3 if (window.testRunner) | |
4 testRunner.dumpAsText(); | |
5 </script> | |
6 <svg> | |
7 <path d=" 10,10 L 20,20 30 40 50 60 70 80"/> | |
8 <path d="M 10,10 C 20,20 30 40 fiftyfive twentyseven z"/> | |
9 <path d="M 10,10 A 20,20 0 large,yes 40 50"/> | |
10 <path d="M 10,10 E 20,20 z"/> | |
11 </svg> | |
OLD | NEW |