Accessibility colors

This commit is contained in:
2021-08-19 17:45:00 -07:00
parent eb9808ecba
commit 18a73d5392
14 changed files with 46 additions and 46 deletions

View File

@@ -58,7 +58,7 @@
var f = 50;
var cll = "#000000";
var clb = "#0000ff";
var clb = "#9999ff";
var nxb = 3;
var nyb = 3;
var dt = .03;
@@ -190,7 +190,7 @@
ctx.lineTo(xPos + px1, yPos + py1);
ctx.stroke();
}
ctx.strokeStyle = "#00ffff";
ctx.strokeStyle = "#ee0000";
ctx.beginPath();
ctx.moveTo(xPos + xs, yPos + fnys(pxs, pf, px0, py0, px1, py1));
ctx.lineTo(xPos + px1, yPos + py1);