changement épaisseur du trait js - non concluant

This commit is contained in:
2026-02-27 14:14:14 +01:00
parent ab22a4d761
commit 31f019504b

View File

@@ -12,7 +12,7 @@ window.addEventListener("resize", taillecanvas);
/*tracé*/
ctx.strokeStyle = "black";
ctx.lineWidth = 0.5;
ctx.lineWidth = 0.25;
/*mémorise la position du x et y précédent*/