Welcome to mirror list, hosted at ThFree Co, Russian Federation.

svgo_config.json « icons « src - github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0ccabc5255c7af5475cb9877b0e3b765ad622a67 (plain)
1
2
3
4
5
6
7
8
9
{
  "plugins": [
    { "convertPathData": false},
    { "removeAttrs": { "attrs": "(glyph-name|unicode)" } },
    { "removeScriptElement": true },
    { "removeRasterImages": true },
    { "removeViewBox": false }
  ]
}