From 6ecd6223286b8d5f0a55b26d43d4c30d0d113457 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 27 Apr 2013 10:30:35 -0400 Subject: add the new official logo --- .gitignore | 1 + Makefile | 26 +++++++++++++---- archlogo.svg | 41 +++++++++++++++++++++++++++ favicon.svg | 31 ++++++++++++++++++++ logotype-color-darkbg.svg | 70 +++++++++++++++++++++------------------------- logotype-color-lightbg.svg | 70 +++++++++++++++++++++------------------------- logotype-grayscale.svg | 70 +++++++++++++++++++++------------------------- logotype-mono-black.svg | 70 +++++++++++++++++++++------------------------- logotype-mono-white.svg | 70 +++++++++++++++++++++------------------------- 9 files changed, 253 insertions(+), 196 deletions(-) create mode 100644 archlogo.svg create mode 100644 favicon.svg diff --git a/.gitignore b/.gitignore index e33609d..9fd2b43 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *.png +*.ico diff --git a/Makefile b/Makefile index 426800d..bf10896 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,20 @@ # SVG2PNG: Each is buggy in their own way # ImageMagick: doesn't support transparency -#SVG2PNG = convert $1 -format png $2 +#SVG2PNG = convert $1 -format png $(if $3,-resize $3x)$(if $4,$4) $2 # librsvg: doesn't support