We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The problem described here is reproducible even in JDK 11 on Linux.
Setting -Dsun.java2d.xrender=false works. Need to check if this can be set programmatically.
-Dsun.java2d.xrender=false
Related Bug reports: https://bugs.java.com/bugdatabase/view_bug.do?bug_id=7105461 https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8156100
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The problem described here is reproducible even in JDK 11 on Linux.
Setting
-Dsun.java2d.xrender=false
works. Need to check if this can be set programmatically.Related Bug reports:
https://bugs.java.com/bugdatabase/view_bug.do?bug_id=7105461
https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8156100
The text was updated successfully, but these errors were encountered: