<svg viewBox="0 0 500 500">
<path id="MyPath" fill="none" stroke="red"
d="M 10,10 L 150,100" />
<text rotate="330">
<textPath href="#MyPath" startOffset="50%">
<tspan dy="10 -5 -3 -3 -3">Quick</tspan>
</textPath>
</text>
</svg>