seiyable / vue-simple-svg

A simple Vue.js plugin that allows you to load a SVG image as an inline SVG with an access to change its fill colors
MIT License
80 stars 23 forks source link

VueSimpleSVG does not load on IE11 #9

Open trollepierre opened 6 years ago

trollepierre commented 6 years ago

The image svg is charged on the browser, but it is not displayed.

oherik commented 6 years ago

I have the same issue. @seiyable do you know of any fix?

trollepierre commented 6 years ago

I had one. I remove that package and use SVG component inside their own component... Do you find better way to use SVG?

oherik commented 6 years ago

Thanks! I did sort of the same thing, in combination with vue-svg-loader. I really like vue-simple-svg, but since so many of my visitors still use IE it's not really an option at the moment.