summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/filters/outside-sourcegraphic-3.svg
blob: f8f6b363872ccac5ea38b78262a582cd2a02ea27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!--
     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">
    <feComponentTransfer>
      <feFuncR type="table" tableValues="0 0" />
      <feFuncG type="table" tableValues="1 1" />
      <feFuncB type="table" tableValues="0 0" />
      <feFuncA type="table" tableValues="1 1" />
    </feComponentTransfer>
  </filter>
  <rect width="100" height="100" filter="url(#f)"/>
</svg>