Blurry MaterialDesign Icons

Issue #68 new
mr blob created an issue

On the left, the icons are blurry, and on the right they are clear. This is on Windows 10 64-bit for both (Java 8u200). The difference is, I set up the size differently. The left was set up through the constructor:

  MaterialDesignIconView materialDesignIconView = new MaterialDesignIconView(MaterialDesignIcon.SEND, "2em")

The right was set up using setSize

  MaterialDesignIconView materialDesignIconView = new MaterialDesignIconView(MaterialDesignIcon.SEND)
  materialDesignIconView.setSize("2em");

This is a problem because setSize is deprecated in later versions I believe…

I’m creating a new issue, but it looks like it may be the same here:

https://bitbucket.org/Jerady/fontawesomefx/issues/18/blurry-materialdesignicons

Comments (0)

  1. Log in to comment