JetBrains / svg-sprite-loader

Webpack loader for creating SVG sprites.
MIT License
2.01k stars 272 forks source link

In which cases loader will break SVG? #455

Open someden opened 3 years ago

someden commented 3 years ago

I try to use loader in my project, but it broke all SVG images: some of them bigger, some of them changed position, color, lose some parts... Partially it's because of deleted attrs like width and height (#321). But it's not the only reason. So, in which cases loader will break SVG?

inker commented 3 years ago

@someden Do you also use svgo-loader by any chance?

someden commented 3 years ago

@inker no