blob: 1d7a7624d1c7ed4b3a32146c855cd77915a4cf43 [file] [log] [blame]
<svg xmlns="http://www.w3.org/2000/svg">
<linearGradient id="lg">
<stop stop-color="rgba(255,0,0,0.4)" stop-opacity="0.5"/>
</linearGradient>
<radialGradient id="rg">
<stop stop-color="rgba(255,0,0,0.4)" stop-opacity="0.5"/>
</radialGradient>
<rect width="100" height="100" fill="#00ff00"/>
<rect width="50" height="100" fill="url(#lg)"/>
<rect x="50" width="50" height="100" fill="url(#rg)"/>
</svg>