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

ignore elements without style tags #1

Closed CatherineH closed 6 years ago

CatherineH commented 6 years ago

A lot of SVGs, especially those generated with InkScape, will have elements without style attributes. This will skip them over.

seiyable commented 6 years ago

Merged. Thanks!