<html>
<body>
<h2>A radialGradient with two colors</h2>
<svg height="150" width="400" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="grad1" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="red" />
<stop offset="100%" stop-color="blue" />
</radialGradient>
</defs>
<ellipse cx="100" cy="70" rx="85" ry="55" fill="url(#grad1)" />
Sorry, your browser does not support inline SVG.
</svg>
</body>
<!-- /graphics/tryit.asp?filename=trysvg_radial by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 06 Feb 2025 18:35:30 GMT -->
</html>