summaryrefslogtreecommitdiffstats
path: root/testfiles/cli_tests/testcases/regression-2602.svg
blob: 0611017b9aaf0b31c7711c8d9b80b904aaec311d (plain)
1
2
3
4
5
6
7
8
9
<svg version="1.1" xmlns="http://www.w3.org/2000/svg"
   width="30" height="50" viewBox="0 0 30 50">
  <text id="parent" style="fill:#0000ff">
    <tspan style="fill:#ff0000">
      <tspan x="10" y="20" style="fill:#ff0000">R</tspan>
      <tspan x="10" y="40" style="fill:#0000ff">B</tspan>
    </tspan>
  </text>
</svg>