object_clone
Clone an SVG element as tiled links or a duplicate, with custom grid rows, columns, offsets, and center. Pick the operation to run and optionally preserve the original object.
Instructions
Tiled clones as real links (like Inkscape's own), and duplicate. Neither exists as an Inkscape action at all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cx | No | Centre X. | |
| cy | No | Centre Y. | |
| dx | No | X offset. | |
| dy | No | Y offset. | |
| cols | No | Number of columns. | |
| rows | No | Number of rows. | |
| new_id | No | id to give the object this tool creates. | |
| object_id | No | A single SVG element id. | |
| operation | No | Which operation to run. See the tool summary for valid values. | |
| input_path | No | Source file to read. | |
| keep_source | No | Keep the original object as well as the result. | |
| output_path | No | File to write. Overwritten if it exists. |