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 Issue-3955 Blurry Text #3981

Closed
wants to merge 2 commits into from
Closed

Fix Issue-3955 Blurry Text #3981

wants to merge 2 commits into from

Conversation

yohan-choi-dev
Copy link

@yohan-choi-dev yohan-choi-dev commented Nov 16, 2019

Issue #3955, there is a blurry text issue when resizing the window size or zooming in/out.
I found out that the blurry text is related to the font-size and line-height.

Interestingly, the font-size is an even number, it becomes blurry when the line-height is 1 but not line-height is over 1.1. In contrast, a font size is an odd number, text look blurry when the line-height is over 1. I fix the issue by adding line-height in ui.js.

Perhaps, it may need to be addressed in a different way. So I hope this code will be reviewed.

Thanks.

@Stanzilla
Copy link
Collaborator

That is more of a workaround than a fix though, Is there any documentation (upstream for Chrome or so) about similar issues? Maybe we should add comments to that part of the code that documents why we had to do this.

@Stanzilla Stanzilla closed this May 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants