object_query
Retrieve real bounding boxes and IDs for all objects in an Inkscape document. Use this to discover object IDs before applying edits or transformations.
Instructions
Real bounding boxes for every object, via Inkscape's --query-all. Use this to discover the object ids in a document before acting on them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force_full | No | Do the full operation even when a shortcut exists. | |
| input_path | No | Source file to read. | |
| object_ids | No | SVG element ids to act on. Explicit ids always win over select_all. |