-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Open
Labels
Area:AccessibilitySupporting web accessibility (a11y)Supporting web accessibility (a11y)BugGood First IssueHelp Wanted
Description
Most appropriate sub-area of p5.js?
- Accessibility
- Color
- Core/Environment/Rendering
- Data
- DOM
- Events
- Image
- IO
- Math
- Typography
- Utilities
- WebGL
- Build Process
- Unit Testing
- Internalization
- Friendly Errors
- Other (specify if possible)
p5.js version
1.9.0
Web browser and version
No response
Operating System
No response
Steps to reproduce this
Steps:
- Goto outputs.js file
- change this.ingredients.shapes[f] !== [include] to JSON.stringify(this.ingredients.shapes[f]) !== JSON.stringify([include]) inside p5.prototype._accsOutput
Snippet:
JSON.stringify(this.ingredients.shapes[f]) !== JSON.stringify([include])
I will solve this problem. Assign it to me
Metadata
Metadata
Assignees
Labels
Area:AccessibilitySupporting web accessibility (a11y)Supporting web accessibility (a11y)BugGood First IssueHelp Wanted