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/testing/web-platform/tests/svg/text/reftests/textpath-letter-spacing-01.svg
<?xml version="1.0" encoding="utf-8"?>
<svg width="500" height="200" xmlns="http://www.w3.org/2000/svg" xmlns:html="http://www.w3.org/1999/xhtml">
<title>Textpath and letter-spacing</title>
<html:link rel="author" title="Jonathan Kew" href="mailto:jkew@mozilla.com"/>
<html:link rel="match" href="textpath-letter-spacing-01-ref.svg"/>
<defs>
<path id="p" d="M 50 50 h 400"/>
</defs>
<text>
<textPath href="#p" style="font: 30px monospace; letter-spacing: 1ch">ABCDE ABCDE</textPath>
</text>
</svg>