Skip to content
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

FontAwesome5 pack not rendering icons in version 11.3.0 #49

Closed
byron-dm opened this issue Apr 16, 2019 · 4 comments
Closed

FontAwesome5 pack not rendering icons in version 11.3.0 #49

byron-dm opened this issue Apr 16, 2019 · 4 comments

Comments

@byron-dm
Copy link

I'm currently working on Windows 10 Pro with Gradle. I updated from v11.1.0 which was working perfectly with JDK and JavaFX 11/12 to v11.3.0 and now all I get is an empty rectangle instead of icons.

According to #48, it was already fixed, but I'm unable to make it work.

@aalmiray
Copy link
Collaborator

Which icon pack are you using? Do you have both ikonli-core and ikonli-javafx dependencies set in your project?

@byron-dm
Copy link
Author

byron-dm commented Apr 16, 2019

Version 11.3.1 fixed this; didn't have to explicitly include ikonli-core, only ikonli-javafx and fontawesome5-pack.

@chrismaster
Copy link

With 11.3.0 and 11.3.1 I have to add explicit ikonli-core or i get
error: cannot access Ikon new FontIcon("fa-question"));
With 11.2.0 I didn't have to add ikonli-core

@aalmiray
Copy link
Collaborator

A side effect of using the implementation configuration instead of api. This sets in the pom.xml the ikonli-core dependency in runtime scope instead of compile. Will fix soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants