bXi c03ab03627
Added rudimentary SVG support. (#2738)
* Added rudimentary SVG support. Added 2 functions ImageLoadSvg and ImageLoadSvgWithSize.

* Added an example on how to use ImageLoadSvgWithSize and adjusted Makefiles accordingly.

* Added actual correct example file.

* Reviewed the code to keep the raylib coding conventions in mind.
Moved the LoadImageSvg() code into LoadImage() guarded by SUPPORT_FILEFORMAT_SVG.
Renamed LoadImageSvgWithSize() to LoadImageSvg().
Added a LoadImageSvgFromString() function to parse the loaded SVG into an actual image. This does the bulk of the work.

* Fixed typo.

---------

Co-authored-by: Ray <raysan5@gmail.com>
2023-09-02 13:00:18 +02:00
..
2020-05-28 21:18:58 +02:00
2020-06-03 01:30:07 +02:00
2020-05-28 21:18:58 +02:00
2021-07-16 16:10:35 +02:00
2020-05-28 21:18:58 +02:00
2020-12-23 20:59:14 +01:00
2020-05-28 21:18:58 +02:00
2020-05-28 21:18:58 +02:00
2020-06-02 12:58:46 +02:00
2020-05-28 21:18:58 +02:00