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/image-element/gradient-html-01-ref.svg
<!--
Any copyright is dedicated to the Public Domain.
-->
<rect width="100" height="100" fill="url(#g)"/>
<linearGradient id="g" x2="0" y2="1">
<stop stop-color="lime" offset="0"/>
<stop stop-color="lime" stop-opacity="0" offset="1"/>
</linearGradient>
</svg>