fix render script for latest inkscape version
This commit is contained in:
parent
8534175057
commit
8356a1cfe1
|
@ -119,7 +119,7 @@ images.each do |source_filename, settings|
|
||||||
else
|
else
|
||||||
path = "../src/#{output_parts[0]}/res/drawable-#{resolution}/#{output_parts[1]}.png"
|
path = "../src/#{output_parts[0]}/res/drawable-#{resolution}/#{output_parts[1]}.png"
|
||||||
end
|
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 = []
|
top = []
|
||||||
right = []
|
right = []
|
||||||
|
|
Loading…
Reference in a new issue