text-path-transformed-ref.html (322B)
1 <!doctype html> 2 <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"> 3 <path id="guide" d="M 0 100 H 200" stroke="black" stroke-width="2" /> 4 <text x="0" y="0"> 5 <textPath xlink:href="#guide" font-size="40">XXXX</textPath> 6 </text> 7 </svg>