blob: c16a0064f3aea54185ec7be9a89c4340212f2ead [file] [log] [blame]
<svg xmlns="http://www.w3.org/2000/svg">
<radialGradient id="gradient">
<stop stop-color="#000080" offset="0"/>
<stop stop-color="#008000" offset="1"/>
<set attributeName="fr" to="25%" fill="freeze"/>
</radialGradient>
<rect width="100" height="100" fill="url(#gradient)"/>
</svg>