Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype html>
<html reftest-zoom="2">
<style>body { margin: 0 }</style>
<svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<path id="guide" d="M 0 100 H 200" stroke="black" stroke-width="2" transform="translate(10, 0)" />
<text x="0" y="0">
<textPath xlink:href="#guide" font-size="20">XXXX</textPath>
</text>
</svg>