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
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!
Hi! I think this issue might be resolved in newer versions of p5. I copied your code into a p5 editor sketch here: https://editor.p5js.org/davepagurek/sketches/O21HMKpYa At first it got the same output as you mentioned, but after changing index.html to load p5 1.4.2 instead of 1.4.1, I see the correct output again. Does that also work for you?
ok great! I'm going to close this now for organizational purposes but feel free to open this up again if there's anything we missed or if this comes up again!
Most appropriate sub-area of p5.js?
p5.js version
1.4.1
Web browser and version
Chrome 106.0.5249.119
Operating System
Windows
Steps to reproduce this
The reference reads "Calling angleMode() with no arguments returns current anglemode." but the function instead returns undefined.
The private field _angleMode seems to hold the value "radians" regardless of the current anglemode.
I'm not sure what's happening here, but I'm happy to work on this. If anyone has any insights on what might be causing the issue, please let me know.
Snippet:
The text was updated successfully, but these errors were encountered: