Skip to content
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 text rendering issues by decreasing gfx.canvas.accelerated.cache-size back to Firefox default #5342

Merged
merged 1 commit into from
Feb 13, 2025

Conversation

JSGRD22
Copy link
Contributor

@JSGRD22 JSGRD22 commented Feb 13, 2025

Fixes #3541. This change is not tested as I do not experience the issue, but a large number of people have reported that changing the value manually works.

Signed-off-by: Jupi <73097618+JSGRD22@users.noreply.github.com>
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Feb 13, 2025
@JSGRD22 JSGRD22 added the Bug label Feb 13, 2025
@mauro-balades
Copy link
Member

Why don't we just use the default?

@JSGRD22
Copy link
Contributor Author

JSGRD22 commented Feb 13, 2025

According to #3541 (comment), the default value in zen, likely introduced by some external factors like betterfox configs, is much higher than the default of firefox, and is the direct cause of the text rendering issues. Every individual facing the issue in #3541 and in the discord server who was given this solution so far has responded positively, indicating that setting the default value back to 256 should resolve the bug.

@mauro-balades
Copy link
Member

Any performance hits?

@mauro-balades mauro-balades merged commit 721e121 into zen-browser:dev Feb 13, 2025
2 checks passed
@JSGRD22
Copy link
Contributor Author

JSGRD22 commented Feb 13, 2025

Any performance hits?

Possibly, we can see if there are noticeable effects in twilight; I haven't experienced any

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Font Rendering Error in Google Docs
2 participants