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

</svg>