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 8b77392 commit 58d1413Copy full SHA for 58d1413
src/Files.App.Controls/Storage/RingShape/RingShape.cs
@@ -47,7 +47,7 @@ private void UpdatePath()
47
// If the ring is closed and complete
48
if (EndAngle >= StartAngle + 360)
49
{
50
- Data = new()
+ Data = new EllipseGeometry()
51
52
Center = Center,
53
RadiusX = IsCircle ? _equalRadius : RadiusWidth,
0 commit comments