Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/svg/filters/reftest.list
<!--
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>