svg-sprite / gulp-svg-sprite

SVG sprites & stacks galore — Gulp plugin wrapping around svg-sprite that reads in a bunch of SVG files, optimizes them and creates SVG sprites and CSS resources in various flavours
MIT License
647 stars 43 forks source link

gulp-svg-sprite adds random characters to classes #36

Closed atomless closed 8 years ago

atomless commented 8 years ago

Gulp-svg-sprite is adding random characters to the beginning of symbol group classes. It's not consistent either. The same "color1" class is used on a number of svg symbols, after svg-sprite has concatenated them the classes all have an extra two characters added to the start of the classname like so : "aacolor1", "adcolor1", "ahcolor1" etc. Seems very odd behaviour to me!

jkphl commented 8 years ago

Please see here.