Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <svg xmlns="http://www.w3.org/2000/svg" font-size="100px"> | |
| 3 <path id="path" d="M10,100h400" fill="none" stroke="blue"/> | |
| 4 <text fill="green" font-family="Arial" x="0.5"><textPath xlink:href="#path">Te st</textPath></text> | |
| 5 </svg> | |
| OLD | NEW |