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

@ -46,7 +46,7 @@ public:
RenderRegion region(RenderData data) override;
RenderRegion viewport() override;
bool viewport(const RenderRegion& vp) override;
bool blend(BlendMethod method) override;
bool blend(BlendMethod method, bool direct) override;
ColorSpace colorSpace() override;
const Surface* mainSurface() override;