SVG to PNG
Rasterise an SVG file to a PNG image
Renders via svglib + reportlab. Supports the common SVG features: paths, shapes, basic styling, embedded raster images. Limitations: some advanced SVG 2 features (filters, masks, animations, web fonts loaded via @font-face) may render incorrectly or not at all. For pixel-perfect rendering of complex SVGs, open the SVG in a browser and use Print → Save as PDF, then convert that PDF to PNG.
No external dependencies beyond svglib (already installed).