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

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/icons/svgo_config.json')
-rw-r--r--src/icons/svgo_config.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/icons/svgo_config.json b/src/icons/svgo_config.json
index 6d13a7a3e..19bf35bb3 100644
--- a/src/icons/svgo_config.json
+++ b/src/icons/svgo_config.json
@@ -2,6 +2,7 @@
"plugins": [
{ "removeAttrs": { "attrs": "(glyph-name|unicode)" } },
{ "removeScriptElement": true },
- { "removeRasterImages": true }
+ { "removeRasterImages": true },
+ { "removeViewBox": false }
]
}