object_transform
Apply real geometry transforms to SVG objects: move, scale, rotate, grow, or flip selected elements in Inkscape files without opening the GUI.
Instructions
Move, scale, rotate, grow and flip objects. Real geometry, headless.
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. |