Accessibility colors
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user