vue-inline-svg
vue-inline-svg copied to clipboard
Dynamically loads an SVG source and inline <svg> element so you can manipulate the style of it
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...
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...
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...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](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...
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.
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...
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)...
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...