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

Use the stroke-width issue #12

Closed
imp-oh opened this issue Sep 29, 2022 · 3 comments
Closed

Use the stroke-width issue #12

imp-oh opened this issue Sep 29, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@imp-oh
Copy link

imp-oh commented Sep 29, 2022

image

The stroke-width attribute is filtered out

@imp-oh
Copy link
Author

imp-oh commented Sep 29, 2022

Before use

<svg viewBox="0 0 1024 1024" width="30" height="40">
  <path fill="none" stroke-linejoin="round" stroke-linecap="round" stroke-width="145.067" stroke="currentColor"
    d="m341.333 170.667 341.334 341.332-341.334 341.335"></path>
</svg>

after use

<svg viewBox="0 0 1024 1024" width="30" height="40">
  <path fill="none" stroke-linejoin="round" stroke-linecap="round" stroke-="145.067" stroke="currentColor"
    d="m341.333 170.667 341.334 341.332-341.334 341.335"></path>
</svg>

@gitFoxCode gitFoxCode added the bug Something isn't working label Sep 29, 2022
@gitFoxCode
Copy link
Owner

Thanks for your message, I will fix this in the latest version I will be working on from October

@gitFoxCode
Copy link
Owner

@impohcom New version on nuxt 3.0.0 is already available, your problem should disappear, if still something is wrong please write another issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants