summaryrefslogtreecommitdiffstats
path: root/thirdparty/thorvg/src/renderer/tvgText.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-09-06 18:07:30 +0200
committerRémi Verschelde <rverschelde@gmail.com>2024-09-06 22:08:02 +0200
commita6ab039f2b9e2d524b45186586cc880134fbee98 (patch)
tree9cd88fdfa8ca80f878f73e86865259ea9f4f4212 /thirdparty/thorvg/src/renderer/tvgText.h
parent05d985496c73577fb0b44291345da5f2dbe09844 (diff)
downloadredot-engine-a6ab039f2b9e2d524b45186586cc880134fbee98.tar.gz
thorvg: Update to 0.14.9
Fixes #96491. Update fix for #96262 to a simple revert of the problematic commit, as the upstream fix is still being debated and caused other issues. Also include fix for upstream regression 2715 added in 0.14.9.
Diffstat (limited to 'thirdparty/thorvg/src/renderer/tvgText.h')
-rw-r--r--thirdparty/thorvg/src/renderer/tvgText.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/thirdparty/thorvg/src/renderer/tvgText.h b/thirdparty/thorvg/src/renderer/tvgText.h
index 746b85bea6..55d33ffd4b 100644
--- a/thirdparty/thorvg/src/renderer/tvgText.h
+++ b/thirdparty/thorvg/src/renderer/tvgText.h
@@ -89,6 +89,7 @@ struct Text::Impl
bool render(RenderMethod* renderer)
{
+ if (!loader) return true;
renderer->blend(paint->blend(), true);
return PP(shape)->render(renderer);
}