## SVG2PNG: Each is buggy in their own way ## Usage: $(call SVG2PNG,infile,outfile[,width,height,background-color]) ## ## ImageMagick: doesn't support transparency #SVG2PNG = convert $1 -format png $(if $3,-resize $3x)$(if $4,$4) $(if $5,-background $5) $2 ## librsvg: doesn't support