Icon sizes changed after upgrading
See original GitHub issueDescribe the bug
After upgrading to 0.3.0
I noticed that the size of some icons changed. For instance, ellipsis-v
is displayed much smaller than expected, and angle-down
/angle-up
also look smaller.
Reproducible test case
Upgrade to 0.3.0 then use <FaIcon @icon="ellipsis-v" />
.
Expected behavior
I ran a diff between the icons rendered in 0.2.3
and 0.3.0
:
The lack of ID and ember-view class is expected with Octane, but the viewBox should be identical.
Desktop
- Browser Chrome
- Version 97
I hope there was enough helpful information? What’s weird is that it’s only happening with a few icons 🤔
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top Results From Across the Web
[Solved] Fix: Windows 10/11 Desktop Icons are Too Wide
1. Change the icon size · 2. Update your drivers · 3. Change your resolution · 4. Install the missing updates · 5....
Read more >Wide Desktop icons after upgrade - Windows 11 Forum
After the update all of my desktop icons seem very.... Wide. ... Have tried changing sizes and hiding and showing them. They are...
Read more >How to Change Icon Size on Windows 10 - AddictiveTips
To change the icon size in Windows 10, right-click an empty space on the desktop, select view from the menu, and choose between...
Read more >How to change icon sizes on iPad with iOS 15
As explained above, this old icon size control feature has now been replaced in iPadOS 15 at - Settings > Home Screen &...
Read more >How to Change Icon Size on Windows 10 (2022) - YouTube
Learn How to Change Icon Size on Windows 10. It is simple process to change icon size on Windows 10, follow this video.0:00...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks @st-h for tracking this down. I merged your PR and I’ve request a release from the Fortawesome team.
Aside: I also hate the
icons.js
file, but haven’t come up with anything better. I’m very much hoping that once RFC 779 lands with first class imports in template we can do away with most of the build tooling here and just import directly fromnode_modules
for any icon. Since this solves so many problems I’m not terribly worried about making a better interim solution here. I’m happy to merge stuff though if there are improvements you can see.@gzurbach thanks for opening this. I was wondering why I was unable to center my icons, even though it seemed to work flawlessly in the past. With 0.3.0 the icon seemed to be overflowing. Turns out the incorrect viewBox is the culprit here as well.
0.2.2:
0.3.0: