Skip to content
Prev 378698 / 398502 Next

magick package says format is PNG when we load an SVG.

The image format in magick is raster based, not vector based, no? So I'd expect that image_read_svg() converts the file on the fly.

-pd