blob: 2fc18142608b50d24b5ef06c0fc5e3e7a2731959 [file] [log] [blame]
<!DOCTYPE html>
<svg>
<defs>
<linearGradient id="foo">
<stop stop-color="green"/>
</linearGradient>
</defs>
<rect width="100" height="100" fill="url(#%66%6f%6f) red"/>
</svg>