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