thorvg: Update to 0.14.8, and workaround Bezier precision regression

Fixes #96262 by backporting https://github.com/thorvg/thorvg/pull/2702.
This commit is contained in:
Rémi Verschelde
2024-08-30 10:22:41 +02:00
parent 7f86ca057a
commit 7375f9b923
19 changed files with 177 additions and 43 deletions

View File

@ -15,5 +15,5 @@
// For internal debugging:
//#define THORVG_LOG_ENABLED
#define THORVG_VERSION_STRING "0.14.7"
#define THORVG_VERSION_STRING "0.14.8"
#endif