Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.

Commit ffe8f6f

Browse files
Add 2px stroke
1 parent a8cd13f commit ffe8f6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Home/Pages/Games/Voronoi/Index.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
string points = string.Join(" ", region.PolygonPoints.Select(p => $"{p.x},{p.y}"));
1212
@if (!string.IsNullOrEmpty(points))
1313
{
14-
<polygon points="@points" fill="@region.Point.Color" />
14+
<polygon points="@points" fill="@region.Point.Color" stroke="black" stroke-width="2" />
1515
}
1616
}
1717

0 commit comments

Comments
 (0)