You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 1.74.48 Chromium: 132.0.6834.83 (Official Build) (64-bit)
Operating system
Pop-OS(Ubuntu) 22.04
Steps to reproduce this
Just do a
"line(-1, -1, 401, -1)"
in draw somewhere. Apparently it can't handle purely negative y-values, which is something that often happens in code, where you "clip the edges" before "deletion". The weird thing is that negative x-values seem to be fine, not sure why y-values have this weird bug.
This is extremely annoying and I've gotten this bug numerous times, e.g. when doing translations in a coordinate system grid, where one of the grid-lines pops out of frame before being "undrawn". It is also surprisingly annoying to fix, which I've probably used hours on at this point.
The text was updated successfully, but these errors were encountered:
Welcome! 👋 Thanks for opening your first issue here! And to ensure the community is able to respond to your issue, please make sure to fill out the inputs in the issue forms. Thank you!
Most appropriate sub-area of p5.js?
p5.js version
1.11.1
Web browser and version
Version 1.74.48 Chromium: 132.0.6834.83 (Official Build) (64-bit)
Operating system
Pop-OS(Ubuntu) 22.04
Steps to reproduce this
Just do a
"line(-1, -1, 401, -1)"
in draw somewhere. Apparently it can't handle purely negative y-values, which is something that often happens in code, where you "clip the edges" before "deletion". The weird thing is that negative x-values seem to be fine, not sure why y-values have this weird bug.
This is extremely annoying and I've gotten this bug numerous times, e.g. when doing translations in a coordinate system grid, where one of the grid-lines pops out of frame before being "undrawn". It is also surprisingly annoying to fix, which I've probably used hours on at this point.
The text was updated successfully, but these errors were encountered: