summaryrefslogtreecommitdiff
path: root/tests/fixtures/render-crash/bug342-use-references-ancestor.svg
blob: 45f605941d25e92e596dbdcc2cd96fd74c387962 (plain)
1
2
3
4
5
<svg xmlns:xlink="http://www.w3.org/1999/xlink">
  <g id="g">
    <use xlink:href="#g"/>
  </g>
</svg>