You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Web when the FaIcon widget is moved (e.g. by AnimatedPositioned) the icon jumps up/down by 1 pixel, slightly out-of-sync with the position change.
To Reproduce
Steps to reproduce the behavior:
On Flutter Web place FaIcon on AnimatedPositioned and move it.
See the jump
Expected behavior
The icon should not jump after its position has changed.
Screenshots
Focus your sight on the volume icon (from Font Awesome). For reference the "4K" icon on the left uses a nomarl Text widget and it doesn't jump.
2024-05-01.13-52-32.mp4
**Desktop
Browser: Chromium
Only icons with horizontal aspect ratio (like the volumeHigh or userGroup) seems to be affected.
The text was updated successfully, but these errors were encountered:
On Web when the FaIcon widget is moved (e.g. by AnimatedPositioned) the icon jumps up/down by 1 pixel, slightly out-of-sync with the position change.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The icon should not jump after its position has changed.
Screenshots
Focus your sight on the volume icon (from Font Awesome). For reference the "4K" icon on the left uses a nomarl Text widget and it doesn't jump.
2024-05-01.13-52-32.mp4
**Desktop
Only icons with horizontal aspect ratio (like the volumeHigh or userGroup) seems to be affected.
The text was updated successfully, but these errors were encountered: