FWeinb / grunt-svgstore

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

Cannot use gradients defined in defs #133

Closed Keyes closed 6 years ago

Keyes commented 6 years ago

Hi,

svgstore merges all defs into one def container. When I include an icon via the use-tag, the browser ignores the def tag, because it's outside the symbol i want to use.

Please provide an option to let every symbol keep it's own def tag :)

Keyes commented 6 years ago

Well, further research brought up that this isn't possible with SVG generally. Therefore closing :)