Update borders.js
This commit is contained in:
parent
a532128761
commit
961f3e297b
|
|
@ -18,7 +18,7 @@ window.addEventListener("load", () => {
|
|||
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);
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue