FWeinb / grunt-svgstore

Merge svgs from a folder
MIT License
920 stars 94 forks source link

Add filter to replace given color by currentColor #118

Open ChristianMayer opened 8 years ago

ChristianMayer commented 8 years ago

I've got a set of SVG icons where the color is set as #FFFFFF. This is used on fill and / or stroke on each path individually on the style attribute.

Now it would be great when I could pass svgstore an option where the #FFFFFF is allways replaced by currentColor...