Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weird icon rendering #7

Closed
PrinzKenny1 opened this issue Jul 10, 2022 · 2 comments
Closed

Weird icon rendering #7

PrinzKenny1 opened this issue Jul 10, 2022 · 2 comments

Comments

@PrinzKenny1
Copy link

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:

grafik

But it should look like this:

grafik

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

@andronasef
Copy link
Owner

Sorry for let you waiting long 🙂
But I didn't get any notification about this issue. Sorry 😐

This issue is caused by the SVG renderer package 📦 that I use.

I will try to solve this issue soon 🔜

Thanks you for letting me know ❤️

@kencana16
Copy link

kencana16 commented Aug 12, 2022

i think the issue is from svg code.

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
image

but when I change to fill="transparent" it looks like this
image

@andronasef andronasef closed this as not planned Won't fix, can't repro, duplicate, stale Oct 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants