summaryrefslogtreecommitdiffstats
path: root/dom/svg/crashtests/1329849-6.svg
blob: 0a928393c7b4f9036ec9ef7f4e55471d8e9cd55a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<svg height='600'
     xmlns="http://www.w3.org/2000/svg"
     xmlns:xlink="http://www.w3.org/1999/xlink">

<filter id='f1'>
<feDiffuseLighting kernelUnitLength='80 -10'>
<feSpotLight/>
</feDiffuseLighting>
</filter>
<filter id='f2' xlink:href='#f1'></filter>
<polyline filter='url(#f2)' points='10,59 293,88 18,289'/>

</svg>