summaryrefslogtreecommitdiff
path: root/rsvg/tests/fixtures/crash/bug524-invalid-stylesheet-href.svg
blob: 1c34803bf3d0aa5bd87719f29a02503c6af76008 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?xml-stylesheet type="text/css" href="file://" ?>
<svg
    xmlns:xi="http://www.w3.org/2001/XInclude"
    width="320" height="240">
  <text x="10" y="100">
    Hello
  </text>
</svg>