chromium/third_party/blink/web_tests/external/wpt/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:[email protected]"/>
  <html:link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1907772"/>
  <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>