NM
Size: a a a
NM
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/2000/svg" version="1.1" width="100%" height="100%">
<linearGradient id="fontGradient" x1="0" x2="0" y1="0" y2="1">
<stop offset="0%" stop-color="red"/>
<stop offset="50%" stop-color="black" stop-opacity="0"/>
<stop offset="100%" stop-color="blue"/>
</linearGradient>
<symbol id="stroke-dash">
<text fill="url(#fontGradient)" text-anchor="middle" x="50%" y="50%">TVOI DED HUESOS</text>
</symbol>
<use xlink:href="#stroke-dash" font-size="4em">
</use>
</svg>
NM
NM
NM