vue-inline-svg icon indicating copy to clipboard operation
vue-inline-svg copied to clipboard

Dynamically loads an SVG source and inline <svg> element so you can manipulate the style of it

Results 17 vue-inline-svg issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/26448546/185541928-058dd33a-2433-4f7f-94bd-e38bc7af0c6f.png) I passed the fill attribute, but it doesn't change. ![image](https://user-images.githubusercontent.com/26448546/185542044-cbe3a4e1-d4ca-4ea3-bcb3-0c6940c7e1ba.png) thank you.

Hello, When I change version of vue to 3.3.3, vue-inline-library stop working. `` throws error like ![image](https://github.com/shrpne/vue-inline-svg/assets/78112061/c1de5e45-239f-4c49-b224-be2a4226821b) I have basic vue-cli app with only one library (vue-inline-svg) and with vue...

Unable to update this PR, so opening this one. Let me know if there is a different process https://github.com/shrpne/vue-inline-svg/pull/30

Hey guys, thank you for this great component! When you export svgs f.e. with Adobe Illustrator, there is always a style-element in the svg giving the path a color. At...

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Latest version of package (3.1.4) causing memory leak (heap out of memory)

I want to use Vue to update text in my SVG. On Vue 2 I used a different inline plugin and I could use v-text inside the SVG to update...