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" }