summaryrefslogtreecommitdiff
path: root/tests/fixtures/render-crash/bug721-pattern-cycle-from-child.svg
blob: 512051488483d57e765c12af72b51718b9c6280d (plain)
1
2
3
4
5
6
7
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100">
  <pattern id="p1" width="100%" height="100%">
    <rect width="100" height="100" fill="url(#p1)"/>
  </pattern>

  <rect width="100" height="100" fill="url(#p1)"/>
</svg>