changeset 45:529395304216

Export with inkscape. rsvg got the eyes wrong
author Stefano Rivera <stefano@rivera.za.net>
date Sun, 01 Sep 2013 18:16:50 +0200
parents 2ba3c443c328
children e53b76df0fe7
files source/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/source/Makefile	Sun Sep 01 18:14:58 2013 +0200
+++ b/source/Makefile	Sun Sep 01 18:16:50 2013 +0200
@@ -8,7 +8,7 @@
 	rm -f $(TARGETS)
 
 %.png: %.svg
-	rsvg-convert --zoom 0.1 $< > $@
+	inkscape --export-png $@ --export-dpi 9 $<
 ifeq ($(OPTIMIZE),1)
 	optipng -o4 -preserve $@
 	advpng -z4 $@