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

support stroke and strokeWeight #95

Open MathuraMG opened 6 years ago

MathuraMG commented 6 years ago

Nature of issue?

Details about the bug:

Feature enhancement details:

New feature details:

mithru commented 6 years ago

Line and point depend on this - right now the colors for line and point are based on fill() which is a bug.