set_element_params
Set or remove Ink/Stitch stitch parameters on SVG elements. Update element-specific properties like angle, row spacing, or fill underlay.
Instructions
Set or remove Ink/Stitch stitch parameters on SVG elements.
updates maps element id -> {param_name: value}; value null removes the param. Param names must come from list_known_params (e.g. angle, row_spacing_mm, running_stitch_length_mm, satin_column, fill_underlay). Booleans are written as true/false; *_mm values are millimeters. Overwrites the input SVG unless output_svg_path is given.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes | ||
| svg_path | Yes | ||
| output_svg_path | No |