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/feComponentTransfer-03.svg
<!--
Any copyright is dedicated to the Public Domain.
-->
<title>Testcase for feComponentTransfer with default arguments for gamma and linear</title>
<defs>
<filter id="f1" filterUnits="objectBoundingBox" primitiveUnits="objectBoundingBox"
x="0" y="0" width="100%" height="100%">
<feComponentTransfer x="0" y="0" width="100%" height="100%"
style="color-interpolation-filters:sRGB">
<feFuncR type="identity"/>
<feFuncG type="gamma"/>
<feFuncB type="identity"/>
<feFuncA type="linear"/>
</feComponentTransfer>
</filter>
</defs>
<rect x="0" y="0" width="100%" height="100%" fill="lime" filter="url(#f1)"/>
</svg>