diff options
Diffstat (limited to 'optimized-text/Makefile')
-rw-r--r-- | optimized-text/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/optimized-text/Makefile b/optimized-text/Makefile index 2fb555b..b7c2def 100644 --- a/optimized-text/Makefile +++ b/optimized-text/Makefile @@ -2,9 +2,9 @@ # ImageMagick: doesn't support transparency #SVG2PNG = convert $1 -format png $(if $3,-resize $3x)$(if $4,$4) $(if $5,-bacground $5) $2 # librsvg: doesn't support <style> element -SVG2PNG = rsvg-convert $1 -o $2 $(if $3,-w $3) $(if $4,-h $4) $(if $5,--background-color=$5) +#SVG2PNG = rsvg-convert $1 -o $2 $(if $3,-w $3) $(if $4,-h $4) $(if $5,--background-color=$5) # Inkscape: messes up gradients -#SVG2PNG = inkscape $1 --export-png $2 $(if $3,-w $3) $(if $4,-h $4) $(if $5,-b '$5') +SVG2PNG = inkscape $1 --export-png $2 $(if $3,-w $3) $(if $4,-h $4) $(if $5,-b '$5') # PNG2ICO # png2ico: doesn't read PNG transparency properly @@ -22,7 +22,7 @@ all: website \ logotype-color-lightbg.png \ logotype-grayscale.png \ logotype-mono-black.png \ - logotype-mono-white.png \ + logotype-mono-white.png website: \ apple-touch-icon-57x57.png \ |