I am trying to use inkscape from the command line (reference page). Their examples work, however, when I try to use transform-, specifically transform-grow and transform-translate I get the errors:
parse_actions: could not find action for: “transform-grow”
and
parse_actions: could not find action for: “transform-translate”
Any ideas on how to fix this?
Inkscape version: 1.2.1 (2022-07-14)
Example action: inkscape --query-id=path1234 input.svg --actions=“transform-grow” --export-filename output.svg