diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-27 11:28:23 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-08-13 20:41:36 -0600 |
commit | 6179154e22f592e7d8d44eefab03192567074ea1 (patch) | |
tree | 419ef29f739ded6fe2daf5c1c15325e9fb13c18f | |
parent | ffbe4a69f5c8275e3d49f044aae868ca2b10b9b3 (diff) |
official-2013/optimized-text: add silhouette; like logo, but 30% opacity
-rw-r--r-- | Makefile | 7 | ||||
-rw-r--r-- | silhouette.svg | 31 |
2 files changed, 37 insertions, 1 deletions
@@ -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 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg xmlns="http://www.w3.org/2000/svg" version="1.1" + width="177.73" height="177.73"> + <g transform="translate(-6.4912883,8.855)" opacity="0.3"> + <path style="fill:#787dab" + d="m 148.61515553,5 + c -4.58342,0.43796 -9.44975,1.24294 -14.52578,2.31649 + l -32.15841,33.00327 + c 3.68608,0.44343 7.05945,1.17552 10.13806,2.20749 + L 148.61515553,5 + z + m 22.64718,1.85319 + -44.50399,45.64862 + c 12.51629,16.22018 8.10738,48.80242 -18.23218,102.49819 + 19.48728,-21.27235 104.53594,-126.9849 65.62498,-146.92041 + -0.90341,-0.46286 -1.89131,-0.861 -2.88881,-1.2264 + z + m -59.30231,6.4317 + c -6.15635,1.95909 -12.422699,4.18004 -18.668237,6.54069 + l -21.28452,21.82957 + c 4.882365,-0.79156 9.511695,-1.32363 13.87173,-1.60792 + L 111.96002553,13.28489 + z + M 80.04687853,25.03088 + C 41.21574853,41.00354 6.49128833,60.51418 6.49128833,60.51418 + 27.11934853,52.78365 45.74921353,47.00453 62.00544853,43.5356 + l 18.04143,-18.50472 + z" /> + </g> +</svg> |