We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inkscape version: Inkscape 1.2.1 (9c6d41e410, 2022-07-14)
I got this error:
usage: simple_inkscape_scripting.py [-h] [--output OUTPUT] [--id IDS] [--selected-nodes SELECTED_NODES] [INPUT_FILE] simple_inkscape_scripting.py: error: argument INPUT_FILE: File not found: --program=for i in range(100):\n x, y = uniform(0, canvas.width), uniform(0, canvas.height)\n rect((-5, -5), (5, 5),\n transform='translate(%g, %g) scale(0.75, 1) rotate(45)' % (x, y),\n fill='#%02x%02x%02x' % (randrange(256), randrange(256), randrange(256)))
The text was updated successfully, but these errors were encountered:
I have a few questions for you in hopes of shedding more light on the problem:
Sorry, something went wrong.
No branches or pull requests
Inkscape version:
Inkscape 1.2.1 (9c6d41e410, 2022-07-14)
I got this error:
usage: simple_inkscape_scripting.py [-h] [--output OUTPUT] [--id IDS] [--selected-nodes SELECTED_NODES] [INPUT_FILE] simple_inkscape_scripting.py: error: argument INPUT_FILE: File not found: --program=for i in range(100):\n x, y = uniform(0, canvas.width), uniform(0, canvas.height)\n rect((-5, -5), (5, 5),\n transform='translate(%g, %g) scale(0.75, 1) rotate(45)' % (x, y),\n fill='#%02x%02x%02x' % (randrange(256), randrange(256), randrange(256)))
The text was updated successfully, but these errors were encountered: