thorvg/src/loaders
Mira Grudzinska 73fd8015f7 lottie: fix text update
The occurrence of a 'carriage return' (13) or 'end of text' (3)
caused the skipping of the next character check, immediately
searching for it in the list of available characters.
If the next character was also 13 or 3, it led to incorrect
interpretation; however, if it was the last character in the
sequence, a crash occurred.
2024-08-23 10:46:15 +09:00
..
external_jpg loaders: enhance decoding efficiency 2024-04-06 12:08:21 +09:00
external_png loaders: enhance decoding efficiency 2024-04-06 12:08:21 +09:00
external_webp loaders: decode the image with premultiplied alpha. 2024-04-06 12:08:21 +09:00
jpg renderer: enhanced shared surface handling with mutex implementation 2024-01-02 20:34:12 +09:00
lottie lottie: fix text update 2024-08-23 10:46:15 +09:00
png png: corrected a wrong premultiplied option. 2024-04-06 12:08:21 +09:00
raw renderer: enhanced shared surface handling with mutex implementation 2024-01-02 20:34:12 +09:00
svg svg: resolve compiler warnings. 2024-07-26 11:37:16 +09:00
ttf ttf_loader: Basic support for composite glyphs loading (#2600) 2024-08-09 11:33:33 +09:00
tvg common: spec out TexMap 2024-08-23 10:45:14 +09:00
webp loader/webp: Remove WEBP_FORCE_ALIGNED and use memcpy() instead 2024-04-06 12:08:21 +09:00
meson.build build: enforcing saver/loader usage for given tool 2024-06-24 12:21:10 +09:00