blob: 9f70dc8552bbfc1cea21204354d8e192eda4f60c [file] [log] [blame]
<!DOCTYPE html>
<svg>
<linearGradient id="f">
<stop stop-color="green"/>
</linearGradient>
<linearGradient id="f">
<stop stop-color="red"/>
</linearGradient>
<rect width="100" height="100" fill="url(#f) orange"/>
</svg>