From 31f019504b1654a5f8307abfa844356e51b9f975 Mon Sep 17 00:00:00 2001 From: romain boxus Date: Fri, 27 Feb 2026 14:14:14 +0100 Subject: [PATCH] =?UTF-8?q?changement=20=C3=A9paisseur=20du=20trait=20js?= =?UTF-8?q?=20-=20non=20concluant?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index 54cf464..f3e6c10 100644 --- a/script.js +++ b/script.js @@ -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*/