w0rm / gulp-svgstore

Combine svg files into one with symbol elements

Home Page:https://www.npmjs.com/package/gulp-svgstore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Defs cleanup?? Defs are missing after running svgstore

KingScooty opened this issue · comments

I'm noticing all my svg's are getting stripped of their <def> tags at the svgstore step. Is gulp-svgstore doing any cleanup? How do i turn it off?

I've tried using:

.pipe(svgstore({
    cleanupdefs: false
}))

But i'm still having the problem.

Any ideas?

defs must be outside the symbol there's nothing we can do about this.