From cf0d41a90497ea9ef822c8dc8c607152039b4e67 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 25 Jan 2014 01:40:55 +0100 Subject: icon.svg réécrit à la main + favicon fond cercle blanc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Implémente https://github.com/marienfressinaud/FreshRSS/issues/382 Suite de https://github.com/marienfressinaud/FreshRSS/commit/1d3ff88 https://github.com/marienfressinaud/FreshRSS/issues/264#issuecomment-29618845 Contribue à https://github.com/marienfressinaud/FreshRSS/issues/341 convert -background none favicon.svg \( -clone 0 -resize 16x16 \) \( -clone 0 -resize 64x64 \) -delete 0 favicon.ico convert -background none favicon.svg -resize 256x256 favicon-256.png pngcrush -brute -l 9 -reduce -d crush/ *.png --- p/favicon.ico | Bin 13094 -> 18102 bytes p/themes/icons/favicon-128.png | Bin 1608 -> 0 bytes p/themes/icons/favicon-16-32-48-64.ico | Bin 0 -> 32038 bytes p/themes/icons/favicon-16.png | Bin 313 -> 0 bytes p/themes/icons/favicon-256.png | Bin 3156 -> 17174 bytes p/themes/icons/favicon-32.png | Bin 513 -> 0 bytes p/themes/icons/favicon-48.png | Bin 700 -> 0 bytes p/themes/icons/favicon-512.png | Bin 6394 -> 0 bytes p/themes/icons/favicon-64.png | Bin 868 -> 0 bytes p/themes/icons/favicon.svg | 17 +++ p/themes/icons/icon.svg | 224 ++------------------------------- 11 files changed, 30 insertions(+), 211 deletions(-) delete mode 100644 p/themes/icons/favicon-128.png create mode 100644 p/themes/icons/favicon-16-32-48-64.ico delete mode 100644 p/themes/icons/favicon-16.png delete mode 100644 p/themes/icons/favicon-32.png delete mode 100644 p/themes/icons/favicon-48.png delete mode 100644 p/themes/icons/favicon-512.png delete mode 100644 p/themes/icons/favicon-64.png create mode 100644 p/themes/icons/favicon.svg diff --git a/p/favicon.ico b/p/favicon.ico index a2c3bc84e..5d571cc82 100644 Binary files a/p/favicon.ico and b/p/favicon.ico differ diff --git a/p/themes/icons/favicon-128.png b/p/themes/icons/favicon-128.png deleted file mode 100644 index 329b5c0f6..000000000 Binary files a/p/themes/icons/favicon-128.png and /dev/null differ diff --git a/p/themes/icons/favicon-16-32-48-64.ico b/p/themes/icons/favicon-16-32-48-64.ico new file mode 100644 index 000000000..90f7d5118 Binary files /dev/null and b/p/themes/icons/favicon-16-32-48-64.ico differ diff --git a/p/themes/icons/favicon-16.png b/p/themes/icons/favicon-16.png deleted file mode 100644 index abe71c491..000000000 Binary files a/p/themes/icons/favicon-16.png and /dev/null differ diff --git a/p/themes/icons/favicon-256.png b/p/themes/icons/favicon-256.png index 9d9a11904..8b1021e1a 100644 Binary files a/p/themes/icons/favicon-256.png and b/p/themes/icons/favicon-256.png differ diff --git a/p/themes/icons/favicon-32.png b/p/themes/icons/favicon-32.png deleted file mode 100644 index cfada8c46..000000000 Binary files a/p/themes/icons/favicon-32.png and /dev/null differ diff --git a/p/themes/icons/favicon-48.png b/p/themes/icons/favicon-48.png deleted file mode 100644 index 870b43ef1..000000000 Binary files a/p/themes/icons/favicon-48.png and /dev/null differ diff --git a/p/themes/icons/favicon-512.png b/p/themes/icons/favicon-512.png deleted file mode 100644 index cc8d9b559..000000000 Binary files a/p/themes/icons/favicon-512.png and /dev/null differ diff --git a/p/themes/icons/favicon-64.png b/p/themes/icons/favicon-64.png deleted file mode 100644 index 5ee379f19..000000000 Binary files a/p/themes/icons/favicon-64.png and /dev/null differ diff --git a/p/themes/icons/favicon.svg b/p/themes/icons/favicon.svg new file mode 100644 index 000000000..a44f0a1c0 --- /dev/null +++ b/p/themes/icons/favicon.svg @@ -0,0 +1,17 @@ + + + Logo FreshRSS + + + + + + + + + + + + + + diff --git a/p/themes/icons/icon.svg b/p/themes/icons/icon.svg index 8aefed2ad..742c04b6e 100644 --- a/p/themes/icons/icon.svg +++ b/p/themes/icons/icon.svg @@ -1,213 +1,15 @@ - - + + + Logo FreshRSS - - Logo FreshRSS - - - - - - image/svg+xml - - Logo FreshRSS - 2013-08-20 - - - Cyprien POUZENC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + -- cgit v1.2.3