Eitan Mendelowitz

Results 7 comments of Eitan Mendelowitz

I just whipped up a minimal example of tabs. https://github.com/redfood/minimalTabDemo Hope it helps!

Just tried it with the latest master. Same issue. Maybe it is mac specific?

Hmm, maybe its High Sierra specific? It is a very odd error - what is magic about a size 360? (Although, that fact that it is 360 and not some...

I just noticed: p5/p5/sketch/userspace.py Has the following: ``` builtins.width = 360 builtins.height = 360 ``` Any chance my issue is related to this?

I just ran `install p5 -U` and it said everything was up to date. Just to double check I also downloaded the master from github and used it to replace...

``` >>> import p5 >>> print(p5.__version__) 0.5.0 >>> ```

> Just to be clear, with size(361, 361) the display is normal? Yes- it works correctly with `size(361, 361)` (it even works correctly with `size(360, 361)` )