Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/reftests/svg/filters/feColorMatrix-saturate-01.svg
<!--
Any copyright is dedicated to the Public Domain.
-->
<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>