Fork-Awesome/src/icons/svgo_config.json
Julien Deswaef 013f290c40 Updates config of svgo
With the upgrade of svgo package, the new version was breaking some of the icons by changing their shape in a visible manner.
A new option was added to prevent that unwanted behavior.
2020-06-10 20:09:07 +02:00

10 lines
220 B
JSON

{
"plugins": [
{ "convertPathData": false},
{ "removeAttrs": { "attrs": "(glyph-name|unicode)" } },
{ "removeScriptElement": true },
{ "removeRasterImages": true },
{ "removeViewBox": false }
]
}