-
Notifications
You must be signed in to change notification settings - Fork 104
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
Glyph rendering does not work on macOS Big Sur #177
Comments
rect seems good after call to CTFontGetBoundingRectsForGlyphs (from |
After running
it becomes
i.e. completely empty RectF. |
Origin and size are ok, but constructing RectF causes it to collapse (?) origin: result: this is all in
|
Looks like the bug is in pathfinder_simd implementation - depending with |
Fix proposed servo/pathfinder#452 |
|
pathfinder_simd has released 0.5.1 about two weeks ago, bump? |
Big Sur on M1 mac:
Running
example list-fonts
lists a bunch of fonts.Running
example render-glyph
with any font face renders nothing, glyph data is empty:Any tips how to debug it?
The text was updated successfully, but these errors were encountered: