Skip to content

Commit

Permalink
REMOVED: LoadImageSvg()
Browse files Browse the repository at this point in the history
  • Loading branch information
raysan5 committed Oct 10, 2024
1 parent 1effe92 commit d29eb34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/raylib.h
Original file line number Diff line number Diff line change
Expand Up @@ -1312,7 +1312,6 @@ RLAPI Rectangle GetCollisionRec(Rectangle rec1, Rectangle rec2);
// NOTE: These functions do not require GPU access
RLAPI Image LoadImage(const char *fileName); // Load image from file into CPU memory (RAM)
RLAPI Image LoadImageRaw(const char *fileName, int width, int height, int format, int headerSize); // Load image from RAW file data
RLAPI Image LoadImageSvg(const char *fileNameOrString, int width, int height); // Load image from SVG file data or string with specified size
RLAPI Image LoadImageAnim(const char *fileName, int *frames); // Load image sequence from file (frames appended to image.data)
RLAPI Image LoadImageAnimFromMemory(const char *fileType, const unsigned char *fileData, int dataSize, int *frames); // Load image sequence from memory buffer
RLAPI Image LoadImageFromMemory(const char *fileType, const unsigned char *fileData, int dataSize); // Load image from memory buffer, fileType refers to extension: i.e. '.png'
Expand Down

0 comments on commit d29eb34

Please sign in to comment.