Add project logo.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 18 Jul 2012 20:14:45 +0300
changeset 241 13fcad0b3a84
parent 240 e0d250644798
child 242 8deb7f09622a
Add project logo.
Makefile
logo-64x64.svg
--- a/Makefile	Fri Jul 13 09:59:57 2012 +0300
+++ b/Makefile	Wed Jul 18 20:14:45 2012 +0300
@@ -347,6 +347,14 @@
 echo '======================================== ====='; \
 } >$@
 
+.PHONY: logo-png
+logo-png: logo-64x64.png
+
+# Require:
+#   $ sudo apt-get install imagemagick librsvg2-bin
+%.png: %.svg
+	convert $< $@
+
 ################################################################
 # Clean targets.
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/logo-64x64.svg	Wed Jul 18 20:14:45 2012 +0300
@@ -0,0 +1,32 @@
+<?xml version="1.0"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1"
+     width="64" height="64" fill="none">
+  <desc>Blog4y logo.</desc>
+
+  <rect stroke="black" width="62" height="62" x="1" y="1" rx="5" ry="5" stroke-width="2" />
+
+  <text x="18" y="23" font-size="18" fill="crimson">g</text>
+  <text x="50" y="25" font-size="18" fill="crimson">a</text>
+
+  <line x1="5" x2="16" y1="5" y2="5" stroke="gray" fill="transparent" stroke-width="1"/>
+  <line x1="12" x2="24" y1="12" y2="12" stroke="gray" fill="transparent" stroke-width="1"/>
+  <line x1="6" x2="12" y1="21" y2="21" stroke="gray" fill="transparent" stroke-width="1"/>
+  <line x1="10" x2="20" y1="30" y2="30" stroke="gray" fill="transparent" stroke-width="1"/>
+  <line x1="20" x2="28" y1="37" y2="37" stroke="gray" fill="transparent" stroke-width="1"/>
+  <line x1="12" x2="23" y1="42" y2="42" stroke="gray" fill="transparent" stroke-width="1"/>
+
+  <line x1="37" x2="48" y1="5" y2="5" stroke="gray" fill="transparent" stroke-width="1"/>
+  <line x1="44" x2="56" y1="12" y2="12" stroke="gray" fill="transparent" stroke-width="1"/>
+  <line x1="38" x2="44" y1="21" y2="21" stroke="gray" fill="transparent" stroke-width="1"/>
+  <line x1="42" x2="52" y1="30" y2="30" stroke="gray" fill="transparent" stroke-width="1"/>
+  <line x1="52" x2="60" y1="37" y2="37" stroke="gray" fill="transparent" stroke-width="1"/>
+  <line x1="44" x2="55" y1="42" y2="42" stroke="gray" fill="transparent" stroke-width="1"/>
+
+  <line x1="32" x2="32" y1="4" y2="14" stroke="black" fill="transparent" stroke-width="1"/>
+  <line x1="32" x2="32" y1="18" y2="30" stroke="black" fill="transparent" stroke-width="1"/>
+  <line x1="32" x2="32" y1="34" y2="43" stroke="black" fill="transparent" stroke-width="1"/>
+
+  <line x1="3" x2="61" y1="46" y2="46" stroke="gray" fill="transparent" stroke-width="1"/>
+
+  <text font-family="Sans" x="17" y="61" font-size="17" fill="DarkGreen">dict</text>
+</svg>