How SVG to APNG conversion works
SVG decode → normalized image frames → APNG encode
Reading SVG
SVG input is securely rasterized from vector shapes, text, gradients, and embedded assets before bitmap output.
Creating APNG
APNG output preserves full-color animation and alpha, but file sizes can be larger than modern animated formats.