path_boolean
Perform boolean operations (union, difference, intersection, exclusion, division, cut) on SVG paths, automatically converting objects to paths and chaining for multiple selections.
Instructions
Boolean path ops: union, difference, intersection, exclusion, division, cut. Uses the correct path-* action names, inserts object-to-path automatically (booleans silently no-op on / without it), and chains pairwise for more than two objects (Inkscape only combines two at a time).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | No | Which operation to run. See the tool summary for valid values. | |
| input_path | No | Source file to read. | |
| object_ids | No | SVG element ids to act on. Explicit ids always win over select_all. | |
| select_all | No | Act on every object. Ignored when object_ids is given. | |
| output_path | No | File to write. Overwritten if it exists. |