
Export each layer separately in full canvas size with transparent background
I have a setup with a 1000x1000 background and overlapping elements, and I would like to export each item individually for use in Apple’s Icon Composer.
The problem is that a standard SVG export centres on the chosen element, so I lose its position within the 1000x1000 canvas.
I need each layer exported separately in its original spot within a 1000x1000 frame, with transparency all around.
I have tried slices, but each one captures all visible content rather than a single layer. I could display one layer and export it as a slice across the whole document, then repeat this for each layer, but I expect a more efficient method exists.