summaryrefslogtreecommitdiff
path: root/svgio/qa/cppunit/data/tdf156251.svg
blob: 201a0aa69e997a93978150835acd1775c315a446 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<svg viewBox="0 0 240 70" xmlns="http://www.w3.org/2000/svg">
  <style>
    tspan {
      fill: red;
    }
  </style>

  <text x="10" y="30" class="small">
    You are
    <tspan>not</tspan>
    a banana!
  </text>
  <text x="10" y="60" class="small">
    You are<tspan>   not    </tspan>a banana!
  </text>
</svg>