summaryrefslogtreecommitdiffstats
path: root/dom/svg/crashtests/1329849-4.svg
blob: b8bc061c5ff41fb63a45b6ee98917d036f60d12e (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'>
<feSpotLight/>
</feDiffuseLighting>
</filter>
<filter id='f2' xlink:href='#f1'></filter>
<polyline filter='url(#f2)' points='10,59 293,88 18,289'/>

</svg>