From 29097ee0d2c9e492f91c4a334b34e6e79fb6ec2c Mon Sep 17 00:00:00 2001 From: John Darrington Date: Thu, 7 Nov 2013 15:48:32 +0100 Subject: [PATCH] Smake: Added the -background transparent flag to the convert call --- Smake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Smake b/Smake index a148027f2a..3d06270160 100644 --- a/Smake +++ b/Smake @@ -438,7 +438,7 @@ clean: # with the alpha channels. Therefore, it is not recommended for production pspp builds, but might # be useful to get something working on a platform which doesn't have a working gimp. -#svg2png=convert $1 $3 +#svg2png=convert -background transparent $1 $3 svg2png=gimp -i -b '(let* ((image (car (gimp-file-load 1 "$1" "$1")))) (gimp-image-attach-parasite image (list "gimp-comment" 0 "$(shell cat $2)")) (gimp-file-save 1 image (car (gimp-image-get-active-drawable image)) "$3" "$3")) (gimp-quit 1)' -- 2.30.2