Source code

Revision control

Copy as Markdown

Other Tools

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/reftests/svg/filters/feComponentTransfer-discrete-ref.svg
<!--
Any copyright is dedicated to the Public Domain.
-->
<svg width="200" height="50" xmlns="http://www.w3.org/2000/svg">
<title>Testcase for feComponentTransfer with two discrete values applied to a gradient</title>
<defs>
<linearGradient id="Gradient1">
<stop offset="0%" stop-color="red" stop-opacity="100%"/>
<stop offset="100%" stop-color="red" stop-opacity="0%"/>
</linearGradient>
</defs>
<rect x="0" y="0" width="50%" height="50%" fill="red"/>
<rect x="0" y="50%" width="100%" height="50%" fill="url(#Gradient1)"/>
</svg>