Set transparent background for PNG logo.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 23 Oct 2013 23:37:55 +0300
changeset 274 f0b6d4c0ee97
parent 273 47db65cc03bc
child 275 9f70f66ee2a1
Set transparent background for PNG logo.
Makefile
--- a/Makefile	Mon Oct 21 19:41:54 2013 +0300
+++ b/Makefile	Wed Oct 23 23:37:55 2013 +0300
@@ -362,7 +362,7 @@
 # Require:
 #   $ sudo apt-get install imagemagick librsvg2-bin
 %.png: %.svg
-	convert $< $@
+	convert +antialias -background transparent $< $@
 
 ################################################################
 # Clean targets.