Why rename IDs
Inline SVGs can collide when multiple assets use the same gradient, mask, clipPath, or symbol IDs. Renaming IDs helps isolate each SVG.
Current behavior
The tool assigns deterministic svgkit-id-* values and updates common url(#id), href="#id", and xlink:href="#id" references.