You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running ..\..\gradlew run from apps/sampler-swing on a Retina MacBook Pro shows the demo browsing app, and all the icons appear to be blurry - instead of sharp.
The text was updated successfully, but these errors were encountered:
I noticed that as well, it may be related to icon size and will have another look. Although the FontIcon class has the following code when creating the image where the icon is drawn
The icon is no longer blurry on HiDPI screens if it is painted directly to the Graphics object instead of painting it from the cached BufferedImage buffer.
Running
..\..\gradlew run
fromapps/sampler-swing
on a Retina MacBook Pro shows the demo browsing app, and all the icons appear to be blurry - instead of sharp.The text was updated successfully, but these errors were encountered: