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

<pattern id="pat" />

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

</svg>