summaryrefslogtreecommitdiffstats
path: root/thirdparty/thorvg/inc/config.h
diff options
context:
space:
mode:
authorMartin Capitanio <capnm@capitanio.org>2024-07-12 12:12:13 +0200
committerMartin Capitanio <capnm@capitanio.org>2024-07-12 12:37:42 +0200
commitbf444545be6ea9f4303757a643296a1a0dbbb2c8 (patch)
tree2a1bb17525ad74ca1aaaecca571f50081780d017 /thirdparty/thorvg/inc/config.h
parent97b8ad1af0f2b4a216f6f1263bef4fbc69e56c7b (diff)
downloadredot-engine-bf444545be6ea9f4303757a643296a1a0dbbb2c8.tar.gz
ThorVG: Update to 0.14.2
+ Fixes SVG: Graphical objects stored in <defs> shouldn't be rendered directly.
Diffstat (limited to 'thirdparty/thorvg/inc/config.h')
-rw-r--r--thirdparty/thorvg/inc/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/thorvg/inc/config.h b/thirdparty/thorvg/inc/config.h
index 4be7e3936d..8c185ccbca 100644
--- a/thirdparty/thorvg/inc/config.h
+++ b/thirdparty/thorvg/inc/config.h
@@ -15,5 +15,5 @@
// For internal debugging:
//#define THORVG_LOG_ENABLED
-#define THORVG_VERSION_STRING "0.14.1"
+#define THORVG_VERSION_STRING "0.14.2"
#endif