summaryrefslogtreecommitdiffstats
path: root/dom/svg/crashtests/398926-both-different.svg
blob: e4cfc7e5e6e9570427f053d16f4dee50fab6f4d0 (plain)
1
2
3
4
5
6
7
8
<svg xmlns="http://www.w3.org/2000/svg">

<pattern id="pat1" />
<pattern id="pat2" />

<rect x="10" y="10" width="100" height="100" stroke="url(#pat1)" fill="url(#pat2)" />

</svg>