Example


<svg width="10cm" height="3cm" viewBox="0 0 1000 300" version="1.1">
     <desc>Example text01 - 'Hello, out there' in blue</desc>
     <text x="250" y="150" font-family="Verdana" font-size="55" fill="blue"> Hello, out there </text>
     <rect x="1" y="1" width="998" height="298" fill="none" stroke="blue" stroke-width="2"/>
</svg>
Original SVG source