summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/text/tspan-shaping-ref.svg
blob: 2f10e32dda710ed1694016ccff3def22a1073b64 (plain)
1
2
3
4
5
6
7
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200">
  <!-- any font with an "fi" ligature will do, try a few likely names: -->
  <text x="0" y="50" style="font: 50px Calibri, DejaVu Serif, FreeSerif, Times, serif">
    <tspan x="20" dy="0">off</tspan>
    <tspan x="20" dy="50">ice</tspan>
  </text>
</svg>