set_layer_position
Set zoom levels and reposition glyphs in Apple .icon bundles by adjusting scale factors and X/Y offsets for layers or groups.
Instructions
Set the scale (zoom) and offset of a layer or group within the .icon bundle. Use to zoom the glyph in/out or reposition it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bundle_path | Yes | Path to .icon bundle | |
| target | No | Whether to set position on a layer or group | layer |
| group_index | No | Group index (0-based) | |
| layer_index | No | Layer index within the group (0-based, required for target=layer) | |
| scale | No | Scale factor (0.05-3.0, where 1.0 = full size, 0.5 = half, 2.0 = double) | |
| offset_x | No | X offset in points | |
| offset_y | No | Y offset in points |