1
QB64 Discussion / Re: Built-in function to loads SVG image format?
« on: February 09, 2019, 06:30:53 pm »you can code your own function to load SVG files.
Yeah, I thought to make my own too.
As to "Any possibility to add one in the future?", it greatly depends on the existence of a good svg to raster c++ library out there. Anyone know of a good one?Will SVG++ (SVGPP) work?
That's one of the reason why I suggested to add a built-in function, there are already some open source SVG library in C++ out there.
Okay, So I found Fellippe's code in my QB64 code archive. :D
I tested the code with some of my SVG files, I also tested https://www.svgrepo.com/show/123512/simple-cloud.svg, but it only show a blank, white screen.