Files
raylib/src/external
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
..
2022-09-30 10:09:49 +02:00
2023-05-10 12:48:17 +02:00
2023-02-01 11:45:42 +01:00
2023-02-01 11:45:42 +01:00
2023-02-01 11:45:42 +01:00
2020-01-19 11:42:16 +01:00
2022-08-26 10:04:38 +02:00
2021-10-06 21:13:17 +02:00
2023-03-05 11:17:47 +01:00
2023-02-03 14:54:28 +01:00
2023-05-08 18:57:36 +02:00
2023-07-12 15:49:38 +02:00
2023-07-12 15:49:38 +02:00
2021-10-06 21:13:17 +02:00
2021-10-06 21:13:17 +02:00
2023-02-01 11:45:42 +01:00
2022-09-17 13:39:49 +02:00
2021-10-06 21:13:17 +02:00
2021-10-06 21:13:17 +02:00
2023-02-01 11:45:42 +01:00
2023-08-04 18:14:47 +02:00