SVG examples

You are in: Example: Circle

Example: Circle

Cathegory

Example

Result

Explanation

The 'circle' element defines a circle based on a center point and a radius:

  • cx, cy: coordinates of the center of the circle
  • r: radius of the circle.

Further information:

http://www.w3.org/TR/SVG11/shapes.html#CircleElement

Code

<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100">
</svg>