jdf / Processing.py-Bugs

A home for all bugs and feature requests about Python Mode for the Processing Development Environment.
41 stars 8 forks source link

Window size inconsistent #356

Open TernaryC opened 2 years ago

TernaryC commented 2 years ago

Testing in python mode has shown that the sketch window size is inconsistent. Windows irregularly appear about 10 pixels too wide and too short, despite the actual canvas size being correct. This results in the bottom of the sketch being cut off and a thin white band appearing on the right edge of the sketch window. Issue does not appear in java mode after repeated testing.

ppy_sizebug_py02 ppy_sizebug_py01

Code used for images:

def setup():
    size(1200, 600)
    background(80)

OS: Linux Mint 20.3 Cinnamon Processing version: 4.0b8 Python mode version: 4001