Skip to content

Commit

Permalink
Updates config of svgo
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
xuv committed Jun 10, 2020
1 parent 37d9711 commit 013f290
Show file tree
Hide file tree
Showing 9 changed files with 199 additions and 199 deletions.
Binary file modified fonts/forkawesome-webfont.eot
Binary file not shown.
219 changes: 109 additions & 110 deletions fonts/forkawesome-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fonts/forkawesome-webfont.ttf
Binary file not shown.
Binary file modified fonts/forkawesome-webfont.woff
Binary file not shown.
Binary file modified fonts/forkawesome-webfont.woff2
Binary file not shown.
6 changes: 3 additions & 3 deletions src/icons/.fontcustom-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"checksum": {
"previous": "361106594202171d4b3334d7fd2898099c5da95a94a32956fe36588cfcddd334",
"current": "361106594202171d4b3334d7fd2898099c5da95a94a32956fe36588cfcddd334"
"previous": "cab77ad57b5327af648c325388b2e2025bc676747443005b9909df6b768f7ca0",
"current": "cab77ad57b5327af648c325388b2e2025bc676747443005b9909df6b768f7ca0"
},
"fonts": [
"forkawesome/forkawesome.ttf",
Expand Down Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/icons/svg/python.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
170 changes: 85 additions & 85 deletions src/icons/svg/signalapp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/svgo_config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"plugins": [
{ "convertPathData": false},
{ "removeAttrs": { "attrs": "(glyph-name|unicode)" } },
{ "removeScriptElement": true },
{ "removeRasterImages": true },
Expand Down

0 comments on commit 013f290

Please sign in to comment.