summaryrefslogtreecommitdiffstats
path: root/layout/svg/crashtests/740627-2.svg
blob: 6241ddaae574528e034639bce984c0cdf61b6dbf (plain)
1
2
3
4
5
6
<svg xmlns="http://www.w3.org/2000/svg">
  <pattern id="test" viewBox="0 0 10 10" width="-65%">
    <rect/>
  </pattern>
  <rect width="100" height="100" fill="url(#test)"/>
</svg>