summaryrefslogtreecommitdiffstats
path: root/thirdparty/thorvg/src/renderer/tvgText.h
Commit message (Collapse)AuthorAgeFilesLines
* thorvg: Update to 0.14.10Rémi Verschelde2024-09-171-1/+1
| | | | | | More fixes to rendering of SVG files with broken text tags. Also backports upstream patch to fix #97078.
* thorvg: Update to 0.14.9Rémi Verschelde2024-09-061-0/+1
| | | | | | | | | 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.
* thorvg: Update to 0.14.8, and workaround Bezier precision regressionRémi Verschelde2024-09-021-10/+9
| | | | Fixes #96262 by backporting https://github.com/thorvg/thorvg/pull/2702.
* thorvg: Update to 0.14.7Rémi Verschelde2024-08-271-35/+24
| | | | Fixes #95861.
* ThorVG: Update to 0.14.0Martin Capitanio2024-06-271-1/+1
| | | | | + Fixes the v0.13.8 svg text error issue. + See https://github.com/thorvg/thorvg/releases/tag/v0.14.0
* ThorVG: update from v0.12.3 to v0.12.4Martin Capitanio2024-02-021-14/+6
| | | | | | | | | | | | | https://github.com/thorvg/thorvg/releases/tag/v0.12.4 + Full Changelog: https://github.com/thorvg/thorvg/compare/v0.12.3...v0.12.4 Godot-related SVG bug fixes: + loader/svg: Apply specification of out-of-range elliptical arc parameters, fix zero check of arc's rx and ry. thorvg/thorvg#1938
* ThorVG: update from v0.11.6 to v0.12.0Martin Capitanio2024-01-081-0/+191
https://github.com/thorvg/thorvg/releases/tag/v0.12.0 Godot-related SVG bug fixes: + [SwEngine] Fixed a linear filling scaling issue. thorvg/thorvg#1834 + [SwEngine] Path data not invalid even though it doesn't start with MoveTo. thorvg/thorvg#1848 Fixes #86128 Gradient issue.