<svg xmlns="http://www.w3.org/2000/svg" width="800" height="300">
<style>
text { font: 32px sans-serif; }
tspan { outline: 1px solid black; }
</style>
<text x="8" y="8"><tspan dy="1.5em">tspan 1</tspan>
<tspan x="8" dy="1.5em">tspan 2</tspan>
<tspan x="8" dy="1.5em">tspan 3</tspan></text>
</svg>