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

Bumps [terser](https://github.com/terser/terser) from 5.7.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

I've completely removed my option api from the build and thus it seems i cannot use your component. Is there any change to make it composition api only compatible? The...

enhancement

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

I'm working on an implementation where it would be very helpful to have the status code of the request response. I think others might find this useful too.

I'm missing an option to prefix id inside the svg with a random string. Conflicting id with multiple SVGs can be a problem, similar tools for react does this.

enhancement

As SVGs don't support the `title attribute`, a nice api would be a component's `title attribute` that renders as a `title tag` inside the loaded svg. This theoretically also applies...

enhancement

It is because IE does not support `innerHTML` for svg elements I've fixed it like this on my end using `:transform-source`. You could use it as a fix. ``` transformSource(svg)...

wontfix

As this is a component that's probably being used hundreds of times throughout apps, it would be wise to design it as a functional vue component for the sake of...

hey, I'm using a svg generated with svgator. The animation is in a script tag in the SVG, but the animation doesn't start. When I put the animation in a...