-
Notifications
You must be signed in to change notification settings - Fork 228
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
Retina screen (resolution 3840X2160), Lizzie 0.3 program display blur. (Installed Java version 10) #33
Comments
could you please attach a screenshot? thanks |
strange. I'll try to figure out what's going on. |
Please update us in this issue if you are still having this problem. |
Installing the Java 8 version will not have a fuzzy problem. If the Java 10,lizzie is installed, it still blurs. |
Oh that is interesting. I did not test with Java 10. I'll use that to try to figure it out. |
@DX3906-DX3906 @zsalch Is this fixed after #366? |
I think #366 will to improve this. |
I think the issue is from not using g.setRenderingHint(RenderingHints.KEY_RENDERING, RenderingHints.VALUE_RENDER_QUALITY); before drawing. It is not needed for every machine, just specific machines, which is why this issue is hard to reproduce. I managed to reproduce this issue, and adding this code fixed it for me. So I think Lizzie 0.6 will fix this issue! |
Retina screen (resolution 3840X2160), Lizzie 0.3 program display blur. (Installed Java version 10)
The text was updated successfully, but these errors were encountered: