Source code
Revision control
Copy as Markdown
Other Tools
<!--
Any copyright is dedicated to the Public Domain.
-->
<title>Referemce for dynamic changes to textPath</title>
<defs>
<path id="m1" d="M 75.5 100 h 251"/>
</defs>
<text>
<textPath xlink:href="#m1" font-size="20" fill="black">Should see this</textPath>
</text>
</svg>