I'm trying to create with radial gradients. But it doesn't show radialGradient asexpected. Following code is radialGradient part of the SVG.
<radialGradient id="paint0_angular_1_732" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(232.5 220.5) rotate(90) scale(179.5)">
<stop stop-color="#3EDB07"/>
<stop offset="0.197917" stop-color="#4BDF17"/>
<stop offset="0.364583" stop-color="#DCD417"/>
<stop offset="0.578125" stop-color="#F4CF0B"/>
<stop offset="0.786458" stop-color="#F97B07"/>
<stop offset="1" stop-color="#B60303" stop-opacity="0"/>
</radialGradient>
What I'm expecting is following output.
But it shows this output.