From d40301c62622fb5cc637c013b7cb226f24dc1120 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 27 Apr 2013 11:05:32 -0400 Subject: official-2013/optimized-text: produce all nescessary graphics for the web --- Makefile | 28 +++++++++++++++++++++------- favicon.svg | 31 ------------------------------- logo.svg | 31 +++++++++++++++++++++++++++++++ 3 files changed, 52 insertions(+), 38 deletions(-) delete mode 100644 favicon.svg create mode 100644 logo.svg diff --git a/Makefile b/Makefile index b857464..946a9ab 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # SVG2PNG: Each is buggy in their own way # ImageMagick: doesn't support transparency -#SVG2PNG = convert $1 -format png $(if $3,-resize $3x)$(if $4,$4) $2 +#SVG2PNG = convert $1 -format png $(if $3,-resize $3x)$(if $4,$4) $(if $5,-bacground $5) $2 # librsvg: doesn't support