SVG <circle>
SVG Circle - <circle>
The <circle>
tag is used to create a circle:
Here is the SVG code:
Example
For Opera users: View SVG file (right-click on the SVG graphic to preview the source).
Code Analysis:
The cx and cy attributes define the x and y coordinates of the circle's center. If cx and cy are omitted, the center of the circle is set to (0, 0).
The r attribute defines the radius of the circle.