nuxt-icons icon indicating copy to clipboard operation
nuxt-icons copied to clipboard

Use the stroke-width issue

Open imp-oh opened this issue 3 years ago • 2 comments

image

The stroke-width attribute is filtered out

imp-oh avatar Sep 29 '22 06:09 imp-oh

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>

imp-oh avatar Sep 29 '22 06:09 imp-oh

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

gitFoxCode avatar Sep 29 '22 08:09 gitFoxCode

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

gitFoxCode avatar Nov 17 '22 14:11 gitFoxCode