Close Drawing
drawing_closeClose the current drawing, saving it to its current path by default. Ensures a clean state before opening or creating another drawing.
Instructions
Close the current drawing. If save is True (default), the drawing is saved to its current path before closing. After this call, you must call drawing_new or drawing_open before any other tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| save | No | Save the drawing before closing |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||