summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/filters/outside-sourcegraphic-1.svg
blob: f360aa12fd0eb0fb662e3bde04802b1b1d5e13b9 (plain)
1
2
3
4
5
6
7
8
9
10
<!--
     Any copyright is dedicated to the Public Domain.
     http://creativecommons.org/publicdomain/zero/1.0/
-->
<svg xmlns="http://www.w3.org/2000/svg">
  <filter id="f" filterUnits="userSpaceOnUse" x="0" y="0" width="200" height="200">
    <feFlood flood-color="lime"/>
  </filter>
  <rect width="100" height="100" filter="url(#f)"/>
</svg>