if I’m trying to use only *.SVG format vectorial files, at IMG_Init(flags) in SVG_image.h I see listed only this flags:
IMG_INIT_JPG,
IMG_INIT_PNG,
IMG_INIT_TIF,
IMG_INIT_WEBP
even as I see in https://wiki.libsdl.org/SDL2_image/CategoryAPI I can load some way a *svg with IMG_LoadSVG_RW… first thing, first.. in order to initialize, what flags shuld go in IMG_Init(flags)?
I’ve would prefer a vector file that can be 1.8Kb over a PNG that is 14Kb
32768hertz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.