summaryrefslogtreecommitdiff
path: root/rsvg/tests/fixtures/reftests/bugs/ignore-577-multiple-font-families.svg
blob: a7d3ca84e63b8fc76b17baeebd1c7e5d9ee67ea3 (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<svg xmlns="http://www.w3.org/2000/svg" width="500" height="500">
  <rect x="0" y="0" width="500" height="500" fill="white"/>
  <text font-family="Nonexistent Family, serif, sans" x="100" y="100" font-size="30">
    Hello
  </text>
</svg>