mirror
Reflect a canvas horizontally by copying the left half onto the right half, and return the updated grid.
Instructions
Mirror a canvas horizontally (left half copied to right half). Returns the updated grid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| axis_x | No | X coordinate of mirror axis (default: center) | |
| canvas_id | Yes | Canvas ID |