Source code

Revision control

Copy as Markdown

Other Tools

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/reftests/svg/text/vertical-01-ref.svg
<!--
Any copyright is dedicated to the Public Domain.
-->
<defs>
<path id="path" d="M 100, 100 v 200" />
</defs>
<text style="font: 48px sans-serif" text-rendering="geometricPrecision">
<textPath xlink:href="#path">A B C</textPath>
</text>
</svg>