diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-08-30 10:22:41 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-09-17 08:57:46 +0200 |
commit | 7a7e4129bdab47e04d760a05b61dcfadf446f897 (patch) | |
tree | da22e947e325252930f18d56bcf806ead4c4d835 /thirdparty/thorvg/src/renderer/tvgPaint.cpp | |
parent | 4abc358952a69427617b0683fd76427a14d6faa8 (diff) | |
download | redot-engine-7a7e4129bdab47e04d760a05b61dcfadf446f897.tar.gz |
thorvg: Update to 0.14.8, and workaround Bezier precision regression
Fixes #96262 by backporting https://github.com/thorvg/thorvg/pull/2702.
(cherry picked from commit 7375f9b923789c13e8a53e7a09b9a655135e0795)
Diffstat (limited to 'thirdparty/thorvg/src/renderer/tvgPaint.cpp')
-rw-r--r-- | thirdparty/thorvg/src/renderer/tvgPaint.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/thirdparty/thorvg/src/renderer/tvgPaint.cpp b/thirdparty/thorvg/src/renderer/tvgPaint.cpp index 11cee0c54a..37813b19ef 100644 --- a/thirdparty/thorvg/src/renderer/tvgPaint.cpp +++ b/thirdparty/thorvg/src/renderer/tvgPaint.cpp @@ -225,8 +225,6 @@ bool Paint::Impl::render(RenderMethod* renderer) if (cmp) renderer->beginComposite(cmp, compData->method, compData->target->pImpl->opacity); - renderer->blend(blendMethod); - bool ret; PAINT_METHOD(ret, render(renderer)); |