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
This throws the error: undefined is not an object (evaluating 'this._accessibleOutputs.grid'). It seems to work on version 1.1.9 but is broken on 1.2.0.
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, be sure to follow the issue template if you haven't already.
@choxi thanks for the quick fix! @stalgiag we might find more WebGL related issues with accessibility since it was designed to support 2d shapes. let's keep an eye on those 👀 :)
Uh oh!
There was an error while loading. Please reload this page.
Most appropriate sub-area of p5.js?
Details about the bug:
Here's a reproduction of the error: https://editor.p5js.org/choxi/sketches/Fu0DWOT1R
If you try to render offscreen with WEBGL, it throws an error:
This throws the error:
undefined is not an object (evaluating 'this._accessibleOutputs.grid')
. It seems to work on version 1.1.9 but is broken on 1.2.0.The text was updated successfully, but these errors were encountered: