-
Notifications
You must be signed in to change notification settings - Fork 114
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
Text is blurry #106
Comments
I believe this is an issue with the image renderer in iced, try the editor-orbclient example. |
I'm going to try making a softbuffer example. I believe this is HiDPI scaling on macOS causing the issue and orbclient is not handling that correctly. |
@VitalyAnkh please see if the orbclient example has the same problem on Linux. I believe there are two different issues here:
|
Fixed in the latest commit, for editor-libcosmic. Not fixed for editor-orbclient on macOS, but I recommend the libcosmic example since it uses native macOS rendering. |
@jackpot51 Confirmed it's also fixed for editor-libcosmic on Linux with gnome wayland with HiDPI display. And editor-orbclient is still blurry as you said. |
Can confirm it's fixed on macOS. |
I experienced the same issue as @HolgerGottChristensen |
After bisecting I found the blur issue of editor-libcosmic originates from f6f56a9. This commit just updated the revision of libcosmic, so the real problem in libcosmic is to be investigated 🚀 |
@VitalyAnkh Do you know if this issue was addressed? I have blurry text in all Chrome based browsers. |
@ltrook21 Chrome doesn't use cosmic-text |
I'm on macOS 13.2.1, with M1. When I run the
![Screenshot 2023-03-08 at 17 39 40](https://user-images.githubusercontent.com/8686568/223743092-076a26c4-86d3-4ee2-a5d4-52d7240ac6dc.png)
editor-libcosmic
example, the text looks blurry compared to native text. Some time ago I head this issue withnuklear
. It was related to antialiasing. (Notice also on the screenshot some symbols aren't rendered, but I'm not sure whether it's related tocosmic-text
.)The text was updated successfully, but these errors were encountered: