Skip to content

Commit

Permalink
svg-flatten: Remove trace of legacy usvg command line
Browse files Browse the repository at this point in the history
  • Loading branch information
jaseg committed Apr 16, 2023
1 parent c5640b4 commit f80f341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svg-flatten/svg_flatten_wasi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f80f341

Please sign in to comment.