How SVG to PNG conversion works
SVG decode → normalized image frames → PNG encode
Reading SVG
SVG input is securely rasterized from vector shapes, text, gradients, and embedded assets before bitmap output.
Creating PNG
PNG output preserves lossless pixels and alpha, but this static target does not retain animation.