pyprocessing
pyprocessing copied to clipboard
size(x, y) not working
Attempted to execute the example code, but was unable to change the canvas size.
Seems to be because width and height are not updated after initialization and so the default attributes are used. The changes made in the size function in environment.py aren't taken into account.