Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<style>body { margin: 0 }</style>
<svg width="400" height="400" viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<path id="guide" d="M 20 200 H 400" stroke="black" stroke-width="4" />
<text x="0" y="0">
<textPath xlink:href="#guide" font-size="40">XXXX</textPath>
</text>
</svg>