Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/svg/reftest.list
<!--
Any copyright is dedicated to the Public Domain.
-->
<title>Testcase to check that textPath can point to a line</title>
<defs>
<line id="x" x1="100" y1="100" x2="500" y2="100"/>
</defs>
<text>
<textPath xlink:href="#x" font-size="20" fill="black">Should see this</textPath>
</text>
</svg>