Source code
Revision control
Copy as Markdown
Other Tools
<!--
Any copyright is dedicated to the Public Domain.
-->
<title>Reference to check that textPath can point to a line</title>
<defs>
<path id="x" d="M 100 100 h 400"/>
</defs>
<text>
<textPath xlink:href="#x" font-size="20" fill="black">Should see this</textPath>
</text>
</svg>