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

Fix IE RegExp compatibility #8

Closed LarsDol closed 6 years ago

LarsDol commented 6 years ago

IE doesn't play well with the RegExp constructor if the pattern isn't contained in strings. So now they are.