Tspan: absolute positioning


<svg width="600" height="200">
  <g style="font-family:Verdana; font-size:24">
    <text style="fill:yellow">
      <tspan x="40 80 120 160 200 240 280 320 360" y="50">
        Solid and
      </tspan>
      <tspan x="60 100 140 180 220 260 300 340" y="100">
         reliable
      </tspan>
    </text>
  </g>
</svg>
Should not happen