From 38ee399483875cdcb8d30a61dd8d40556752692c Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Sun, 26 Oct 2025 23:13:19 +0100 Subject: [PATCH] Update default configuration --- modules/Polygon/Polygon.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/Polygon/Polygon.json b/modules/Polygon/Polygon.json index 13be468..c969533 100644 --- a/modules/Polygon/Polygon.json +++ b/modules/Polygon/Polygon.json @@ -1,8 +1,8 @@ { - "num-points": 5, + "num-points": 7, "min-speed": 0.2, "max-speed": 2.0, - "stroke-width": 1.0, - "stroke-color": "#FFFFFF", + "stroke-width": 3.0, + "stroke-color": "#00D000", "fill-color": "#006000" }