summaryrefslogtreecommitdiffstats
path: root/dom/svg/crashtests/1347617-2.svg
blob: 8355ff6ade93bdac64b1e3800e2e1fb1ad0a0e3c (plain)
1
2
3
4
5
6
7
8
9
10
<svg height='600'
     xmlns="http://www.w3.org/2000/svg"
     xmlns:xlink="http://www.w3.org/1999/xlink"
     filter="url(#f)">

<filter id="f" filterRes="19" filterUnits="userSpaceOnUse">
<feConvolveMatrix kernelMatrix="1 1 1 1 1 1 1 1 1" kernelUnitLength="-1 1" />
</filter>

</svg>