Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/reftests/svg/text/textpath-vertical-x.svg
<style>
path { stroke: red; }
text { writing-mode: vertical-rl; font: 24px sans-serif; }
</style>
<path id="p" d="M 40,40 v 150"/>
<text x="16"><textPath xlink:href="#p">中国 China</textPath></text>
</svg>