summaryrefslogtreecommitdiffstats
path: root/layout/svg/crashtests/975773-1.svg
blob: dd225eb2ae5a4b6030de9236f784764866a816a8 (plain)
1
2
3
4
5
6
7
8
9
10
<svg xmlns="http://www.w3.org/2000/svg">

    <filter id="f">
        <feSpecularLighting style="display: none;"/>
        <feComposite in="SourceGraphic"/>
    </filter>

    <path d="M0,0 h100 v100 h-100 z M20,20 v60 h60 v-60 z" filter="url(#f)"/>

</svg>