pixel_draw_ellipse
Draw a filled or outlined ellipse on a pixel art canvas using bounding box coordinates; supports transparent erasing and optional preview.
Instructions
Draw a filled or outlined ellipse inside a bounding box on a canvas.
(x, y) is the bounding box's top-left corner; equal width and height give a circle. Drawing 'transparent' erases. Returns JSON {"canvas", "ellipse", "color", "filled"}; plus a rendered image when preview=true. On failure returns "Error: ...".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |