Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upconstructing font atlas without factoring in StackingContexts is broken #1804
Comments
|
In particular this means parallel glyph processing on the backend is mostly busted. A possible fix would be to have PushText consult the parent stacking context(s?)'s transforms to compute this for the backend? |
|
This depends on #1542. |
|
Yes, this is fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to factor in scale transforms when constructing the font atlas, or else we get a blurry mess (with subpixel aa!)
Webrender:

Chrome:

(ignore that chrome messed up the shadow here)