summaryrefslogtreecommitdiffstats
path: root/layout/svg/crashtests/522394-1.svg
blob: f745c47dd2fcf06bf2c4de3e901bde2de59a3f30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!--
     Any copyright is dedicated to the Public Domain.
     http://creativecommons.org/licenses/publicdomain/
-->
<svg xmlns="http://www.w3.org/2000/svg">
<defs>
  <filter id="f1" x="0" y="0" width="-100" height="-100" filterUnits="userSpaceOnUse" primitiveUnits="userSpaceOnUse">
    <feFlood flood-color="lime" x="0" y="0" width="100%" height="100%"/>
  </filter>
</defs>
<rect x="10" y="10" width="10" height="10" filter="url(#f1)"/>
</svg>