Update borders.js

This commit is contained in:
slweeb 2025-11-26 10:19:56 -05:00
parent a532128761
commit 961f3e297b
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ window.addEventListener("load", () => {
break; break;
} }
} }
if (edge) drawSquare(ctx,"rgb(0,0,0)",pixel.x-0.5,pixel.y-0.5,2); if (edge) drawSquare(ctx,"rgb(0,0,0)",pixel.x-1,pixel.y-1,3);
}) })
} }