aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main.js2
1 files changed, 1 insertions, 1 deletions
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],
}),
});
}),