summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/filters/feColorMatrix-saturate-01.svg
blob: 796188979811e044551399243117157de79b70f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!--
     Any copyright is dedicated to the Public Domain.
     http://creativecommons.org/publicdomain/zero/1.0/
-->
<svg xmlns="http://www.w3.org/2000/svg">

  <title>Testcase for Filter Effects Module Level 1 over-saturation</title>

  <defs>
   <filter id="SaturateHigh">
      <feColorMatrix in="SourceGraphic" type="saturate" values="11"/>
   </filter>
  </defs>

  <rect width="100%" height="100%" fill="#00A654" filter="url(#SaturateHigh)"/>
</svg>