Circle
Draws a circle on the canvas.
Parameters
| Name | Type | Description |
|---|---|---|
x | Number | The x-coordinate of the circle's center. |
y | Number | The y-coordinate of the circle's center. |
radius | Number | The radius of the circle. |
color | any | The stroke color of the circle. To change the fill color, use the Fill modifier. |
Example
Circle(x: 50, y: 50, radius: 25, color: 'blue')