kordamp / ikonli

Icon packs for Java applications
http://kordamp.org/ikonli/
Apache License 2.0
496 stars 49 forks source link

BootstrapIcons partially broken? #134

Closed jstueckrath closed 3 years ago

jstueckrath commented 3 years ago

I am working on a JavaFX application and included the ikonli-bootstrapicons-pack, but noticed that some symbols are not as they should be. There are several symbols that should not be filled but are and there are filled icons missing e.g. arrows within. I noticed the issue in my own application, the online cheat sheat and the ikonli-browser.

See for instance the symbols 31, 34, 35, 36 in this cheat sheat: https://kordamp.org/ikonli/cheat-sheet-bootstrapicons.html

They are all missing the inner arrows and some should not be filled (I compared with https://icons.getbootstrap.com/).

The ikonli-browser looks like this: ikonli-browser

Am I missing something? Is there a problem with the icon pack or the used Bootstrap version?

aalmiray commented 3 years ago

The icon order between Ikonli and https://icons.getbootstrap.com is different due to 2 reasons:

Here's how ikonli-browser displays icons on my machine. There are no missing icons that I can see

bootstrapicons
------------------------------------------------------------
Gradle 6.3
------------------------------------------------------------

Build time:   2020-03-24 19:52:07 UTC
Revision:     bacd40b727b0130eeac8855ae3f9fd9a0b207c60

Kotlin:       1.3.70
Groovy:       2.5.10
Ant:          Apache Ant(TM) version 1.10.7 compiled on September 1 2019
JVM:          11.0.9 (Azul Systems, Inc. 11.0.9+11-LTS)
OS:           Mac OS X 10.15.7 x86_64
jstueckrath commented 3 years ago

Thank you for your quick reply. I found out that there actually is an issue with bootstrapicons, but it only affects Windows (which seems to have a problem with inconsistent fill rules) and they already fixed it in version 1.2.2: https://blog.getbootstrap.com/2020/12/23/bootstrap-icons-1-2-2/

I downloaded the font directly from them and you can see the difference below (left is 1.2.1, right is 1.2.2).

Thus, sorry for the inconvenience and would you please consider upgrading to a newer bootstrapicons version?

aalmiray commented 3 years ago

Of course, not a problem.