SVG Text on Shape Generator

Hello SVG
Generated SVG
<svg viewBox="0 0 300 200" xmlns="http://www.w3.org/2000/svg"> <path id="textPath" d="M 150,100 m -80,0 a 80,80 0 1,1 160,0 a 80,80 0 1,1 -160,0" fill="none" stroke="currentColor" stroke-width="1" /> <text font-size="16" fill="currentColor"> <textPath href="#textPath" startOffset="0%"> Hello SVG </textPath> </text> </svg>
Shape
Text
Font Size
Repeat