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

fix stroke_linecap and stroke_linejoin for fi_icons #47

Merged
merged 1 commit into from
Jun 2, 2024

Conversation

MikhailNazarov
Copy link
Contributor

feather icons has "round" stroke_linecap and stroke_linejoins:

<svg viewBox="0 0 24 24" width="24" height="24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" class="css-i6dzq1"><path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"></path><line x1="12" y1="9" x2="12" y2="13"></line><line x1="12" y1="17" x2="12.01" y2="17"></line></svg>

before fix it rendered as
изображение

afrer fix:
изображение

@marc2332 marc2332 self-requested a review May 21, 2024 11:22
@marc2332
Copy link
Member

marc2332 commented Jun 2, 2024

Thanks!

@marc2332 marc2332 merged commit d6addf2 into dioxus-community:main Jun 2, 2024
4 checks passed
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

Successfully merging this pull request may close these issues.

2 participants