unic / estatico-nou

Static site generator for frontend engineers
https://unic.com
13 stars 6 forks source link

[Fix] estatico-svgsprite: Pass options to svgo, keep viewbox by default #77

Closed backflip closed 5 years ago

backflip commented 5 years ago

As discovered by @ladom, we were actually not passing the svgo options to the plugin. This PR will a) fix this bug and b) disable the removeViewBox plugin by default since it is usually needed to properly scale SVGs.

Thanks to @drowka for the debugging!