Draws a circle that is defined by a framing rectangle
Properties
Property | Default | Notes |
|---|---|---|
cx | |
|
cy | |
|
radius | |
|
Example
| Code Block |
|---|
circle( cx: 80, cy: 80, radius: 50, borderColor: 'green', borderWidth:4, fill: 'yellow' ) |

Draws a circle that is defined by a framing rectangle
Property | Default | Notes |
|---|---|---|
cx | |
|
cy | |
|
radius | |
|
| Code Block |
|---|
circle( cx: 80, cy: 80, radius: 50, borderColor: 'green', borderWidth:4, fill: 'yellow' ) |
