We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aafb6f commit dc54f09Copy full SHA for dc54f09
src/InputKit.Maui/Shared/Controls/PredefinedShapes.cs
@@ -7,7 +7,7 @@ public static class PredefinedShapes
7
public static Geometry Check = GeometryConverter.FromPath(Paths.Check);
8
public static Geometry CheckCircle = GeometryConverter.FromPath(Paths.CheckCircle);
9
public static Geometry Line = GeometryConverter.FromPath(Paths.LineHorizontal);
10
- public static Geometry Square = GeometryConverter.FromPath(Paths.LineHorizontal);
+ public static Geometry Square = GeometryConverter.FromPath(Paths.Square);
11
public static Geometry Dot = GeometryConverter.FromPath(Paths.Dot);
12
}
13
0 commit comments