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
AkarIcons.arrow_left is containing value like this <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m11 5-7 7 7 7m-7-7h16"/></svg>
and rendered like this
but when I change to fill="transparent" it looks like this
Hey, I noticed some weird icon rendering when using arrow_left... I tested some Icon Packs (AkarIcons, Charm) and in both the arrow looks like this:
But it should look like this:
Same applies to the arrows pointing down, up and right. I don't know if more icons are affected.
I'm using Flutter 3.0.4
The text was updated successfully, but these errors were encountered: