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