text-path-transformed-002-ref.html (276B)
1 <!doctype html> 2 <svg width="400" height="200" viewBox="-150 0 600 200"> 3 <path id="rotated-anchor" d="M 20 200 A 125 125 0 0 1 289 175" transform="rotate(36 150 190)" fill="none" stroke="black"/> 4 <text> 5 <textPath href="#rotated-anchor">XXXX</textPath> 6 </text> 7 </svg>