-
-
Notifications
You must be signed in to change notification settings - Fork 21.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ThorVG: Update to 0.14.0 #93655
ThorVG: Update to 0.14.0 #93655
Conversation
+ Fixes the v0.13.8 svg text error issue. + See https://github.com/thorvg/thorvg/releases/tag/v0.14.0
The current v0.14.0 tag upstream seems to be a pre-release. Maybe we should wait for the release to be tagged as latest, with in-depth release notes. |
... and someone should check it on a 32-bit platform 😸 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did not test. The update makes sense and looks good.
Checking:
pre-release
upstream now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The release is fully published upstream now with the same commit.
Tested that it compiles fine with mingw for Windows x86_32.
I'm a bit wary of jumping on a new feature branch right as it's released, but upstream is quick to solve regressions so it's worth giving it a go and it should hopefully be stable enough by the time we release 4.3.
A remarkable synergy between two open-source projects in their bug hunting endeavors 🥇 |
Thanks! |
I have successfully tested the PR under 64-bit Linux.
Fixes #91781