| <!DOCTYPE html> | |
| <base href="http://www.example.com/"> | |
| <script src="../../resources/ahem.js"></script> | |
| <svg> | |
| <path id="path" d="M0,80h100"/> | |
| <text font-size="100" font-family="Ahem" fill="green"><textPath xlink:href="#path">X</textPath></textPath> | |
| </svg> |