Blame result/SVG/toap01.xml

Packit 423ecb
Packit 423ecb
Packit 423ecb
<svg width="4in" height="3in">
Packit 423ecb
  <desc>Simple text on a path
Packit 423ecb
  </desc>
Packit 423ecb
  <path id="MyPath" style="visibility: hidden" d="M 100 100 C 125 125 175 125 200 100"/>
Packit 423ecb
  <text><textpath href="#MyPath"/>Text on path</text>
Packit 423ecb
</svg>