From 6179154e22f592e7d8d44eefab03192567074ea1 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 27 Apr 2013 11:28:23 -0400 Subject: official-2013/optimized-text: add silhouette; like logo, but 30% opacity --- Makefile | 7 ++++++- silhouette.svg | 31 +++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 silhouette.svg diff --git a/Makefile b/Makefile index 20ac152..2fb555b 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,8 @@ website: \ apple-touch-icon-144x144.png \ icon-transparent-64x64.png \ archlogo.png \ - favicon.ico + favicon.ico \ + silhouette.png clean: rm -f *.png *.ico @@ -49,6 +50,10 @@ clean: favicon.raw.png: logo.svg Makefile $(call SVG2PNG,$<,$@,16) +.INTERMEDIATE: silhouette.raw.png +silhouette.raw.png: silhouette.svg Makefile + $(call SVG2PNG,$<,$@,125) + apple-touch-icon-%.raw.png: logo.svg Makefile $(call SVG2PNG,$<,$@,$(firstword $(subst x, ,$*)),$(lastword $(subst x, ,$*)),#ffffff) diff --git a/silhouette.svg b/silhouette.svg new file mode 100644 index 0000000..a59480e --- /dev/null +++ b/silhouette.svg @@ -0,0 +1,31 @@ + + + + + + + -- cgit v1.2.3