Source code
Revision control
Copy as Markdown
Other Tools
<!--
Any copyright is dedicated to the Public Domain.
-->
<title>Testcase for tspan with ancestor rotate attribute and textPath</title>
<defs>
<path id="path" d="M 50 20 l 50 10 l 50 -10" fill="none" stroke="black"/>
</defs>
<g>
<use xlink:href="#path"/>
<text><textPath xlink:href="#path"><tspan rotate="90 45 -45 180 180 180">abcdef</tspan></textPath></text>
</g>
<g transform="translate(0, 50)">
<use xlink:href="#path"/>
<text><textPath xlink:href="#path" startOffset="33%"><tspan rotate="90 45 -45 180 180 180">abcdef</tspan></textPath></text>
</g>
</svg>