path_convert
Converts SVG paths and shapes between forms, including object, stroke, and text to path, plus combine, break-apart, simplify, flatten, fracture, guides, markers, and patterns.
Instructions
Convert paths and shapes: object-to-path, stroke-to-path, text-to-path, combine, break-apart, simplify, flatten, fracture, to-guides, to-marker, to-pattern. Set with kind.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Which variant to run. See the tool summary for valid values. | |
| value | No | Value to set. | |
| 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. |