Add module Polygon

This commit is contained in:
2025-10-26 22:56:46 +01:00
parent 0516ab3f51
commit 6ed3bdb941
5 changed files with 176 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"num-points": 5,
"min-speed": 0.2,
"max-speed": 2.0,
"stroke-width": 1.0,
"stroke-color": "#FFFFFF",
"fill-color": "#006000"
}