phosphor-icons / homepage

The homepage of Phosphor Icons, a flexible icon family for everyone
https://phosphoricons.com
MIT License
3.93k stars 93 forks source link

All thin icons on EGUI are broken #391

Closed aspect closed 7 months ago

aspect commented 7 months ago

Describe the bug In the EGUI crate of phosphor icons, all thin icon definitions are broken. The entire icon set looks to be "off by one". If you have ICON_A, ICON_B and ICON_C, (say LIST_BULLETS and LIST_CHECK), the ICON_C will be on place of ICON_B and ICON_B on place of ICON_A.

To Reproduce Steps to reproduce the behavior: Use any icon from egui_phosphor::thin module.

Expected behavior Icons should match all the other modules (light etc are ok). Looks like some processing error that seems to affect only the icons that are inside of the thin module

rektdeckard commented 7 months ago

I do not maintain the egui crate, I recommend creating an issue over on that repo.