Age | Commit message (Collapse) | Author |
|
https://github.com/thorvg/thorvg/releases/tag/v0.9.0
Fixes #72478
(cherry picked from commit 5db751832d54092c9d153c0fe07f9cc4616a2d01)
|
|
(cherry picked from commit cfed867da1a696692442bd6991449b864707b1d3)
|
|
|
|
We were compiling `src/loaders/external_png` but using the header from
`src/loaders/png`, leading to `-Wodr` warnings.
Remove unused bundled lodepng code since we use `external_png` (libpng).
Whitespace changes are from upstream, will attempt PR'ing a cleanup there for
future updates.
|
|
We're still formally tracking v0.8.1, those fixes don't impact the
library features. I didn't bother documenting them with patches as
they will likely soon make their way to either a v0.8.2 or v0.9.0.
|
|
And backport fix for FreeBSD support.
Fixes #60003.
|
|
Fixes #59044.
|
|
|
|
Changes: https://github.com/Samsung/thorvg/releases/tag/v0.7.1
|
|
Fixes https://github.com/godotengine/godot/issues/56894#issuecomment-1015956706.
|
|
Fixes #56894.
|
|
ThorVG is a platform-independent portable library for drawing vector-based
scene and animation.
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
|