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

@@ -180,7 +180,7 @@
ctx.strokeStyle = Colorify((j % 5) + 3);
if (r < 0)
{
//ctx.strokeStyle = "#00ff00";
//ctx.strokeStyle = "#66ff77";
ctx.beginPath();
ctx.moveTo(xPos + v * r - scrwidth / 3, yPos);
ctx.lineTo(xPos + rmax * cost * gaminv + v * r - scrwidth / 3, yPos + rmax * sint);
@@ -213,7 +213,7 @@
ctx.stroke();
if (theta - thetap > dth)
{
//ctx.strokeStyle = "#0000ff";
//ctx.strokeStyle = "#9999ff";
console.log(thetap);
console.log(theta);
for (thj = thetap; thj <= theta; thj += dth)