pyprocessing icon indicating copy to clipboard operation
pyprocessing copied to clipboard

size(x, y) not working

Open COLOR-SKY opened this issue 5 years ago • 1 comments

Attempted to execute the example code, but was unable to change the canvas size.

COLOR-SKY avatar Dec 24 '20 04:12 COLOR-SKY

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.

SN33DS avatar Feb 21 '21 08:02 SN33DS