oliverfindl / vue-svg-inline-plugin

Vue plugin for inline replacement of SVG images with actual content of SVG files.
MIT License
33 stars 3 forks source link

Added note for missing viewBox-attr with .sprite #4

Closed madebyfabian closed 3 years ago

madebyfabian commented 3 years ago

For now, the viewBox attribute is missing on the generated <svg> element. This can cause issues when resizing icons. There is also an issue for this here #3