-
Notifications
You must be signed in to change notification settings - Fork 15.7k
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
Blurry text on a windows electron app #8708
Comments
Hi @Spazer9, thank you for the bug report. What version and OS are you using? In future, following the Issue Template can help ensure a quicker diagnosis. Thanks. |
Thanks Groundwater for the note - i'm testing on Windows 10 64bit |
@Spazer9 are you seeing this on older versions of Electron? |
@zeke Yup - just tried with 1.3 - same exact effect. |
@Spazer9 Are you using an Intel IGPU on that machine? There are quite a few Intel-iGPU-related rendering bugs in Chrome, depending on iGPU model, GPU driver and Chromium build. |
@nikola Thanks for the response - I'm using a gtx 980 and i7. Fonts are generally blurrier and less crisp on Electron (tried many versions). Here's another screenshot (left is chrome, right is electron) |
There are usually two reasons for blurry text on Windows:
For 1) we are not able to fix it because Chrome now only uses |
I use FireFox and notice that the fonts are more clear in FF than when the same webapp displays inside of an electron app. If the issue is DirectWrite, why does the font appear clear in Chrome, but not in electron? Can this be fixed? |
This might be a duplicate of #6344 . Sub-pixel anti-aliasing is disabled unless you set an opaque background to the BrowserWindow |
It is now in the FAQ |
I used |
@groundwater Is additional information still needed on this? |
6 years later and this issue still isnt fixed lol |
Turning OFF FXAA in Nvidia Control Panel fixes the issue. |
I've noticed that text appears more blurry on electron than in regular Chrome.
Mind you i'm using the latest electron version 1.6.0.
This is a comparison between Chrome (Top) and Electron's Chromium (Bottom)
Any ideas how to fix this?
The text was updated successfully, but these errors were encountered: