Aryan Koundal
Aryan Koundal
### Update: When `canvas2` is made on `main` canvas using `img` function, the function starts breaking after the size of `canvas2` is increased beyond 5500 roughly. Also this is only...
@davepagurek @Qianqianye Can I work on this issue and submit a PR? I'll be working by taking https://github.com/processing/p5.js/issues/5511#issuecomment-1182661814 as a reference.
@davepagurek I did as you told in https://github.com/processing/p5.js/issues/5511#issuecomment-1182661814 , - Before the code change the gif was working when there was a call to image() using the gif, then the...
> orbitControl on Mobile didn't work until you make a first touch. This just happen on Mobile. Is there a bug ? or a browser limitation? Events like touchStart, Click,...
### Details: There is only a `finger tap/swipe` and no `left or right mouse click` like on desktops. This means we can't configure different functionalities to it. And currently on...
### Highlights: When the `text()` function gets called with `P2D` renderer,in every call the `_textAscent` property is `NULL`. But when the `text()` function gets called with `WebGL` renderer, the `_textAscent`...