From 8dad286f8940e774fd3f0b8215689bcc56a402c9 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Mon, 29 Jan 2024 17:29:49 +0100 Subject: =?UTF-8?q?Improve=20dash=20style=20for=20SvK's=20transmissionsn?= =?UTF-8?q?=C3=A4tsprojekt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 8842b2b..94f7ffa 100644 --- a/main.js +++ b/main.js @@ -553,7 +553,7 @@ const layers = { stroke: new Stroke({ color: 'black', width: width, - lineDash: [4], + lineDash: [4 * width], }), }); }), -- cgit v1.2.3