radius attribute

Type:number
Inherited:no
Used By:circle
See:height width x y

Sets the radius of the circle element.

The following two lines give identical results

<circle x="50%" y="50%" radius="40%"/>
<ellipse x="10%" y="10%" width="80%" height="80%"/>