summaryrefslogtreecommitdiffstats
path: root/dom/svg/crashtests/1347617-3.svg
blob: 2dd32cde32e08894356ef0c29f5fc12314d0a242 (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" />
</filter>

</svg>