summaryrefslogtreecommitdiff
path: root/rsvg/tests/fixtures/reftests/bugs/bug494-text-accumulate-dy.svg
blob: 6eea3686770527929140e998b13fc85ab079335a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" xml:lang="en"  viewBox="0 0 178 178" version="1.1">
<style type="text/css">
    svg {
        font-family: sans;
        font-size: 44px;
    }
  </style>
  <text  x="0" y="0">
  <tspan x="0" dy="1.2em">Tata</tspan>
  <tspan x="0" dy="1.2em">Toto tu</tspan>
  <tspan x="0" dy="1.2em">ppo</tspan>
  </text>
</svg>