thorvg/src/loaders
JunsuChoi 9371c046e6 loader/svg: Fix zero check of arc's rx and ry
Please refer to the specifications.
https://www.w3.org/TR/SVG/paths.html#ArcOutOfRangeParameters

If either rx or ry is 0, then this arc is treated as a straight line
segment(a "lineto") joining the endpoints.
2024-04-05 17:39:19 +09:00
..
external_jpg renderer: enhanced shared surface handling with mutex implementation 2024-01-02 20:34:12 +09:00
external_png renderer: enhanced shared surface handling with mutex implementation 2024-01-02 20:34:12 +09:00
external_webp renderer: enhanced shared surface handling with mutex implementation 2024-01-02 20:34:12 +09:00
jpg renderer: enhanced shared surface handling with mutex implementation 2024-01-02 20:34:12 +09:00
lottie lottie: rectified scene building Logic 2024-04-05 17:38:57 +09:00
png renderer: enhanced shared surface handling with mutex implementation 2024-01-02 20:34:12 +09:00
raw renderer: enhanced shared surface handling with mutex implementation 2024-01-02 20:34:12 +09:00
svg loader/svg: Fix zero check of arc's rx and ry 2024-04-05 17:39:19 +09:00
ttf ttf: Fixed an invalid unicode encoding. 2024-04-05 17:20:38 +09:00
tvg loader: code refactoring 2024-04-05 17:21:18 +09:00
meson.build ttf: removed the beta tag. 2024-01-03 11:52:23 +09:00