fix render script for latest inkscape version

This commit is contained in:
Daniel Gultsch 2020-06-16 20:51:25 +02:00
parent 8534175057
commit 8356a1cfe1

View file

@ -119,7 +119,7 @@ images.each do |source_filename, settings|
else
path = "../src/#{output_parts[0]}/res/drawable-#{resolution}/#{output_parts[1]}.png"
end
execute_cmd "#{inkscape} -f #{source_filename} -z -C -w #{width} -h #{height} -e #{path}"
execute_cmd "#{inkscape} #{source_filename} -C -w #{width} -h #{height} -o #{path}"
top = []
right = []