How SVG to AVIF conversion works
SVG decode → normalized image frames → AVIF encode
Reading SVG
SVG input is securely rasterized from vector shapes, text, gradients, and embedded assets before bitmap output.
Creating AVIF
AVIF output favors small files and supports alpha and animation, but encoding can take longer.