summaryrefslogtreecommitdiff
path: root/tests/fixtures/reftests/bugs/363-missing-space.svg
blob: 8203f8020f682b0f8cad8d1bad19775d245a4daf (plain)
1
2
3
4
5
6
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 450" font-family="sans-serif" font-size="50">
  <text x="20" y="100">hello <tspan>world</tspan></text>
  <!-- <text x="20" y="150">hello<tspan> world</tspan></text> -->
  <text x="20" y="200">hello <tspan> world</tspan></text>
</svg>