summaryrefslogtreecommitdiffstats
path: root/thirdparty/thorvg/patches
Commit message (Collapse)AuthorAgeFilesLines
* thorvg: Update to 0.14.10Rémi Verschelde2024-09-172-25/+45
| | | | | | 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-063-96/+38
| | | | | | | | | 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-0/+96
| | | | Fixes #96262 by backporting https://github.com/thorvg/thorvg/pull/2702.
* thorvg: Update to 0.13.8Rémi Verschelde2024-06-201-13/+0
|
* thorvg: Fix unintended use of `float_t` type, againRémi Verschelde2024-06-191-0/+13
|
* thorvg: Update to 0.12.7Rémi Verschelde2024-03-091-23/+0
|
* ThorVG: update from v0.12.4 to v0.12.5Martin Capitanio2024-02-081-0/+23
| | | | | | | | | | | | | | | | | | | https://github.com/thorvg/thorvg/releases/tag/v0.12.5 + Full Changelog: https://github.com/thorvg/thorvg/compare/v0.12.4...v0.12.5 Godot-related SVG bug fixes: + sw_engine: Improve image up-scaler quality. thorvg/thorvg#1960 + renderer: Ensure canvas rendering continues despite invalid scene parts. thorvg/thorvg#1957 + Portability: Fix compiler shadowing warning (patch) thorvg/thorvg#1975
* ThorVG: update to v0.11.2Martin Capitanio2023-10-201-13/+0
| | | | | | | | | | https://github.com/thorvg/thorvg/releases/tag/v0.11.2 Godot related: + [JPG] Fixed a regression bug that previously disrupted image decoding. + [SwEngine] Resolved a default alpha blending bug. Fixes #83611 alpha blending.
* ThorVG: Update to v0.11.1Martin Capitanio2023-10-161-0/+13
| | | | | | | | | | | | https://github.com/thorvg/thorvg/releases/tag/v0.11.1 Godot related: + [SwEngine] Enhanced the quality of the dash line corners. + [SVG] Fixed a regression bug related to maskContentUnit, userSpaceOnUse/objectBoundingBox. Fixes #82982 icons. Fixes #83198 svg ← png/jpg.
* ThorVG: Sync with upstream 0.7.1Anilforextra2022-01-312-122/+0
| | | | Changes: https://github.com/Samsung/thorvg/releases/tag/v0.7.1
* thorvg: Fix usage of min/max breaking on VS 2017Rémi Verschelde2022-01-201-0/+49
| | | | Fixes https://github.com/godotengine/godot/issues/56894#issuecomment-1015956706.
* thorvg: Fix missing `<cstring>` includes for MinGWRémi Verschelde2022-01-181-0/+73
Fixes #56894.