text-path-transformed.html (627B)
1 <!doctype html> 2 <meta charset="utf-8"> 3 <link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io"> 4 <link rel="author" title="Mozilla" href="https://mozilla.org"> 5 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1921662"> 6 <link rel="match" href="text-path-transformed-ref.html"> 7 <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"> 8 <path id="guide" d="M 0 50 H 200" stroke="black" transform="scale(2)" /> 9 <text x="0" y="0"> 10 <textPath xlink:href="#guide" font-size="40">XXXX</textPath> 11 </text> 12 </svg>