changeset 44:2ba3c443c328

Sanish resolution
author Stefano Rivera <stefano@rivera.za.net>
date Sun, 01 Sep 2013 18:14:58 +0200
parents bfef0827b171
children 529395304216
files source/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/source/Makefile	Sun Sep 01 18:14:43 2013 +0200
+++ b/source/Makefile	Sun Sep 01 18:14:58 2013 +0200
@@ -8,7 +8,7 @@
 	rm -f $(TARGETS)
 
 %.png: %.svg
-	rsvg-convert $< > $@
+	rsvg-convert --zoom 0.1 $< > $@
 ifeq ($(OPTIMIZE),1)
 	optipng -o4 -preserve $@
 	advpng -z4 $@