From 3c999f715ca70cea9de8e7fbc6d90cfc6d995e7e 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 --- official-2013/optimized-text/Makefile | 28 +++++++++++++++++++++------- official-2013/optimized-text/favicon.svg | 31 ------------------------------- official-2013/optimized-text/logo.svg | 31 +++++++++++++++++++++++++++++++ official-2013/readme.txt | 7 ++++--- 4 files changed, 56 insertions(+), 41 deletions(-) delete mode 100644 official-2013/optimized-text/favicon.svg create mode 100644 official-2013/optimized-text/logo.svg diff --git a/official-2013/optimized-text/Makefile b/official-2013/optimized-text/Makefile index b857464..946a9ab 100644 --- a/official-2013/optimized-text/Makefile +++ b/official-2013/optimized-text/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