svg-flatten: Remove trace of legacy usvg command line
This commit is contained in:
parent
c5640b4db3
commit
f80f341a72
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ def _run_wasm_app(wasm_filename, argv, cachedir="svg-flatten-wasi"):
|
|||
|
||||
def run_usvg(input_file, output_file, **usvg_args):
|
||||
|
||||
args = ['--keep-named-groups']
|
||||
args = []
|
||||
for key, value in usvg_args.items():
|
||||
if value is not None:
|
||||
if value is False:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue