summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/svg/text/reftests/first-letter-ref.svg
blob: 66f5c6d68280e1dd016c64351446dc1965d84627 (plain)
1
2
3
4
5
6
7
8
9
10
11
<svg xmlns="http://www.w3.org/2000/svg" xmlns:h="http://www.w3.org/1999/xhtml">
  <style>
    text {
      font-family: Ahem;
      font-size: 50px;
    }
  </style>
  <text x="100" y="100">
    <tspan fill="green">X</tspan>XXX
  </text>
</svg>