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: 19bf35bb33423e5eca9d7bcb53cc661f7a2680f1 (plain)
1
2
3
4
5
6
7
8
{
  "plugins": [
    { "removeAttrs": { "attrs": "(glyph-name|unicode)" } },
    { "removeScriptElement": true },
    { "removeRasterImages": true },
    { "removeViewBox": false }
  ]
}