From c0e42cb89e399b9140114e1754c8cc5bbb5da71c Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 7 Feb 2019 15:01:25 +0200 Subject: [PATCH] Optimize and normalize SVGs. (#28200) Mostly be consistent with the attributes' order and improve compression when possible. --- site/_includes/icons/bootstrap-stack.svg | 2 +- site/_includes/icons/bootstrap.svg | 2 +- site/_includes/icons/download.svg | 2 +- site/_includes/icons/github.svg | 2 +- site/_includes/icons/import.svg | 2 +- site/_includes/icons/lightning.svg | 2 +- site/_includes/icons/menu.svg | 2 +- site/_includes/icons/opencollective.svg | 2 +- site/_includes/icons/placeholder.svg | 6 +++--- site/_includes/icons/slack.svg | 2 +- site/_includes/icons/twitter.svg | 2 +- site/docs/4.2/examples/album/index.html | 2 +- site/docs/4.2/examples/blog/index.html | 2 +- site/docs/4.2/examples/product/index.html | 4 ++-- 14 files changed, 17 insertions(+), 17 deletions(-) diff --git a/site/_includes/icons/bootstrap-stack.svg b/site/_includes/icons/bootstrap-stack.svg index 91ef8c376d..079c881a0f 100644 --- a/site/_includes/icons/bootstrap-stack.svg +++ b/site/_includes/icons/bootstrap-stack.svg @@ -1 +1 @@ -Bootstrap +Bootstrap \ No newline at end of file diff --git a/site/_includes/icons/bootstrap.svg b/site/_includes/icons/bootstrap.svg index a60e29f33b..ec6da152f1 100644 --- a/site/_includes/icons/bootstrap.svg +++ b/site/_includes/icons/bootstrap.svg @@ -1 +1 @@ -Bootstrap +Bootstrap \ No newline at end of file diff --git a/site/_includes/icons/download.svg b/site/_includes/icons/download.svg index d0c1fd2cc3..ef8af76627 100644 --- a/site/_includes/icons/download.svg +++ b/site/_includes/icons/download.svg @@ -1 +1 @@ - + \ No newline at end of file diff --git a/site/_includes/icons/github.svg b/site/_includes/icons/github.svg index 4fcd9ed374..0243df5a24 100644 --- a/site/_includes/icons/github.svg +++ b/site/_includes/icons/github.svg @@ -1 +1 @@ -GitHub +GitHub \ No newline at end of file diff --git a/site/_includes/icons/import.svg b/site/_includes/icons/import.svg index 5db5bf8d82..28563c2be1 100644 --- a/site/_includes/icons/import.svg +++ b/site/_includes/icons/import.svg @@ -1 +1 @@ - + \ No newline at end of file diff --git a/site/_includes/icons/lightning.svg b/site/_includes/icons/lightning.svg index bfc14b0e6a..bbcf24a76d 100644 --- a/site/_includes/icons/lightning.svg +++ b/site/_includes/icons/lightning.svg @@ -1 +1 @@ - + \ No newline at end of file diff --git a/site/_includes/icons/menu.svg b/site/_includes/icons/menu.svg index 779870a541..f6c47035a2 100644 --- a/site/_includes/icons/menu.svg +++ b/site/_includes/icons/menu.svg @@ -1 +1 @@ -Menu +Menu \ No newline at end of file diff --git a/site/_includes/icons/opencollective.svg b/site/_includes/icons/opencollective.svg index cc17db800d..090d41dff1 100644 --- a/site/_includes/icons/opencollective.svg +++ b/site/_includes/icons/opencollective.svg @@ -1 +1 @@ -Open Collective +Open Collective \ No newline at end of file diff --git a/site/_includes/icons/placeholder.svg b/site/_includes/icons/placeholder.svg index 415d55c479..ba1461aade 100644 --- a/site/_includes/icons/placeholder.svg +++ b/site/_includes/icons/placeholder.svg @@ -25,10 +25,10 @@ {%- endif -%} {%- capture svg -%} - + {% if title != ' ' %}{{ title }}{% endif %} - - {% if text != ' ' %}{{ text }}{% endif %} + + {% if text != ' ' %}{{ text }}{% endif %} {%- endcapture -%} diff --git a/site/_includes/icons/slack.svg b/site/_includes/icons/slack.svg index 93a4a29432..d6ae455d8e 100644 --- a/site/_includes/icons/slack.svg +++ b/site/_includes/icons/slack.svg @@ -1 +1 @@ -Slack +Slack \ No newline at end of file diff --git a/site/_includes/icons/twitter.svg b/site/_includes/icons/twitter.svg index 9b978a8784..7b838be581 100644 --- a/site/_includes/icons/twitter.svg +++ b/site/_includes/icons/twitter.svg @@ -1 +1 @@ -Twitter +Twitter \ No newline at end of file diff --git a/site/docs/4.2/examples/album/index.html b/site/docs/4.2/examples/album/index.html index 31f0702efd..5d5c3f46e7 100644 --- a/site/docs/4.2/examples/album/index.html +++ b/site/docs/4.2/examples/album/index.html @@ -26,7 +26,7 @@ extra_css: "album.css"