-
-
Notifications
You must be signed in to change notification settings - Fork 22k
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
Fix SVG font rendering. #99459
Fix SVG font rendering. #99459
Conversation
bruvzg
commented
Nov 20, 2024
- Fixes SVG font rendering broken by latest ThorVG update.
- Removes usage of private ThorVG API.
Let us know when it's ready to be tested. |
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 don't know how this works, but fewer private apis are good, and avoiding regressions is also good.
What was broken? is there a mrp? |
Everything, it was failing to load any SVG font since private API we were using start returning zero size bounding box after some of the updates. |
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.
Codestyle checks out
Thanks! |