Circle
Draws a circle.| Name | Type | Description |
|---|---|---|
| cx | number | Center X coordinate |
| cy | number | Center Y coordinate |
| r | number | Radius |
Oval
Draws an oval based on its bounding rectangle.| Name | Type | Description |
|---|---|---|
| x | number | X coordinate of the bounding rectangle |
| y | number | Y coordinate of the bounding rectangle |
| width | number | Width of the bounding rectangle |
| height | number | Height of the bounding rectangle |
Paint Properties
All shape components support paint properties. Here’s an example with stroke:Examples
Concentric Circles
Blend Modes
Related
- Rectangles - Draw rectangles
- Paths - Draw complex shapes
- Paint Properties - Styling options