summaryrefslogtreecommitdiffstats
path: root/dom/svg/crashtests/1329849-5.svg
blob: 16390ccb041f6b2f0a0dea800265a979ae2c3cff (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>