Wraps IMG_LoadSizedSVG_RW (from SDL_image 2.6) which loads a dsdl2.Surface image from a buffer of SVG file format, while providing the desired flattened size of the vector image
data buffer of the image
desized size in pixels (width and height) of the flattened SVG image; 0 to either one of the dimensions to be adjusted for aspect ratio
dsdl2.Surface of the loaded image
dsdl2.SDLException if failed to load
See Implementation
Wraps IMG_LoadSizedSVG_RW (from SDL_image 2.6) which loads a dsdl2.Surface image from a buffer of SVG file format, while providing the desired flattened size of the vector image