art.canvas.draw_circle
Draw a circle on the canvas using center coordinates, radius, and hex color. Set filled to false for an outline, or leave true for a solid shape.
Instructions
Draw a circle on the canvas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cx | Yes | Center X coordinate | |
| cy | Yes | Center Y coordinate | |
| color | Yes | Circle color as hex string | |
| filled | No | Whether to fill the circle (default true) | |
| radius | Yes | Circle radius in pixels | |
| session_id | Yes | Canvas session ID |