Example
HTML
<?xml version="1.0"?>
<svg width="200" height="100"
xmlns="http://www.w3.org/2000/svg" version="1.1">
<text y="20">
<tspan x="10">line 1</tspan>
<tspan x="10" dy="15">line 2</tspan>
</text>
</svg>
<?xml version="1.0"?>
<svg width="200" height="100"
xmlns="http://www.w3.org/2000/svg" version="1.1">
<text y="20">
<tspan x="10">line 1</tspan>
<tspan x="10" dy="15">line 2</tspan>
</text>
</svg>