From 013f290c40a8e2b354e2f1a971c570a9b754adcd Mon Sep 17 00:00:00 2001 From: Julien Deswaef Date: Wed, 10 Jun 2020 20:09:07 +0200 Subject: 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. --- src/icons/.fontcustom-manifest.json | 6 +- src/icons/svg/python.svg | 2 +- src/icons/svg/signalapp.svg | 170 ++++++++++++++++++------------------ src/icons/svgo_config.json | 1 + 4 files changed, 90 insertions(+), 89 deletions(-) (limited to 'src/icons') diff --git a/src/icons/.fontcustom-manifest.json b/src/icons/.fontcustom-manifest.json index 577dc3813..532faa64a 100644 --- a/src/icons/.fontcustom-manifest.json +++ b/src/icons/.fontcustom-manifest.json @@ -1,7 +1,7 @@ { "checksum": { - "previous": "361106594202171d4b3334d7fd2898099c5da95a94a32956fe36588cfcddd334", - "current": "361106594202171d4b3334d7fd2898099c5da95a94a32956fe36588cfcddd334" + "previous": "cab77ad57b5327af648c325388b2e2025bc676747443005b9909df6b768f7ca0", + "current": "cab77ad57b5327af648c325388b2e2025bc676747443005b9909df6b768f7ca0" }, "fonts": [ "forkawesome/forkawesome.ttf", @@ -3050,7 +3050,7 @@ "copyright": "The Fork Awesome font is licensed under the SIL OFL 1.1 (http://scripts.sil.org/OFL). Fork Awesome is a fork based of off Font Awesome 4.7.0 by Dave Gandy. More info on licenses at https://forkawesome.github.io", "css3": false, "css_selector": ".fa-{{glyph}}", - "debug": true, + "debug": false, "font_ascent": 1536, "font_descent": 256, "font_design_size": 16, diff --git a/src/icons/svg/python.svg b/src/icons/svg/python.svg index ba21eefe1..3627c7d08 100644 --- a/src/icons/svg/python.svg +++ b/src/icons/svg/python.svg @@ -1,10 +1,10 @@ + - diff --git a/src/icons/svg/signalapp.svg b/src/icons/svg/signalapp.svg index ca3c9d2a8..c20b81787 100644 --- a/src/icons/svg/signalapp.svg +++ b/src/icons/svg/signalapp.svg @@ -1,117 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - + + - - + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + - - - - - - - - - diff --git a/src/icons/svgo_config.json b/src/icons/svgo_config.json index 19bf35bb3..0ccabc525 100644 --- a/src/icons/svgo_config.json +++ b/src/icons/svgo_config.json @@ -1,5 +1,6 @@ { "plugins": [ + { "convertPathData": false}, { "removeAttrs": { "attrs": "(glyph-name|unicode)" } }, { "removeScriptElement": true }, { "removeRasterImages": true }, -- cgit v1.2.3