[util] add line for new inkscape-beta (currently disabled)

This commit is contained in:
Riesi 2019-12-09 18:34:51 +01:00
parent 1c64ee3989
commit 09b0e2d370
1 changed files with 1 additions and 0 deletions

View File

@ -19,3 +19,4 @@ for f in files:
name = ntpath.basename(f).replace(".svg", "")
for s in sizes:
subprocess.run(["inkscape", "-z", "-C", "-w", str(s), "-e", "./png/"+str(s)+"/"+name+".png", "-f", f])
# subprocess.run(["inkscape", "-z", "-C", "-w", str(s), "--export-file=./png/"+str(s)+"/"+name+".png", f])