processing / p5.accessibility

p5.accessibility.js makes the p5 canvas more accessible to people who are blind and visually impaired. It can be used with any p5.js sketch and it is used in the p5.js web editor.
GNU Lesser General Public License v2.1
74 stars 27 forks source link

fill or background with string does not work #71

Closed MathuraMG closed 6 years ago

MathuraMG commented 6 years ago

Nature of issue?

Details about the bug:

The below code does not work

function setup() {
  createCanvas(500, 500);
  background('red');
}

Feature enhancement details:

New feature details:

lm-n commented 6 years ago

I know 😢 @MathuraMG do we have a list of the possible strings it accepts?

lm-n commented 6 years ago

I can work on this