vite-plugin-svg-spritemap icon indicating copy to clipboard operation
vite-plugin-svg-spritemap copied to clipboard

This vite plugin generates a single SVG spritemap containing multiple elements from all .svg files in a directory.

Results 4 vite-plugin-svg-spritemap issues
Sort by recently updated
recently updated
newest added

Hi, It seems that the url intercepted in the vite server when using a base path isn't caught properly, I've added that to the url check.

下面是我的svg,无法正常显示,能否给我一个代码示例,帮帮我

Environment: Astro framework + React components When I use Astro in dev mode (vite under the hood) my React Icon component can't resolve the path: ```xlinkHref={`/spritemap.svg#icon-${name}`}``` build works as usual...

Hello. good lock I am using with the plugin. unfortunately the plugin remove fill property from my icon ex: regular svg icon: ![Capture](https://github.com/g-makarov/vite-plugin-svg-spritemap/assets/74317517/473df75f-a89a-4454-8d1b-2341da4fb0ff) and this is merged by spritemap plugin:...