summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/filters/outside-sourcegraphic-2.svg
blob: 6699d620b9bea7242565f2e7604c614f39559053 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!--
     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">
    <feColorMatrix type="matrix" values="0 0 0 0  0
                                         0 0 0 0  1
                                         0 0 0 0  0
                                         0 0 0 0  1"/>
  </filter>
  <rect width="100" height="100" filter="url(#f)"/>
</svg>