transform_elements
Convert SVG elements using Ink/Stitch operations (stroke-to-satin, auto-satin, fill-to-stroke, etc.) and save the transformed result.
Instructions
Apply an Ink/Stitch conversion to SVG elements and save the result.
operation: stroke_to_satin (center-line pair -> satin column), auto_satin (route satins optimally), auto_run (route strokes into one running stitch), fill_to_stroke (fill -> centerline), jump_to_stroke (connect jumps with strokes, whole document), break_apart (split multi-part fill paths), outline (fill -> outline stroke). ids selects target elements (required for all but jump_to_stroke; get them from list_elements). options overrides operation-specific flags, e.g. {"threshold_mm": 5}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | ||
| options | No | ||
| svg_path | Yes | ||
| operation | Yes | ||
| output_svg_path | No |