-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Area:AccessibilityCategory for accessibility related features and bugsCategory for accessibility related features and bugsPriority:HighShould be addressed soon but not criticalShould be addressed soon but not critical
Description
Details about the bug:
- p5.js version: 1.6.0
- Web browser and version: Firefox 111.0.1 (also reported from another user on Chrome)
- Operating System: MacOS 12.5.1
- Steps to reproduce this:
Example sketch:
function setup() {
createCanvas(400, 400);
}
function draw() {
background('red');
}
Then check this box in settings:
While normally this would just make a red canvas, with that setting turned on, we just get an error:
The error is coming from the p5.accessibility library editing the behaviour of colour functions:
Looking at the repo here https://github.com/processing/p5.accessibility it seems like it's no longer maintained. Is there an alternative that can be used? In the mean time, it seems to be broken.
lindapaiste
Metadata
Metadata
Assignees
Labels
Area:AccessibilityCategory for accessibility related features and bugsCategory for accessibility related features and bugsPriority:HighShould be addressed soon but not criticalShould be addressed soon but not critical