diff --git a/src/Core/src/Platform/iOS/MauiCALayer.cs b/src/Core/src/Platform/iOS/MauiCALayer.cs index e17ebddf7821..ee64659610b2 100644 --- a/src/Core/src/Platform/iOS/MauiCALayer.cs +++ b/src/Core/src/Platform/iOS/MauiCALayer.cs @@ -317,7 +317,7 @@ void DrawBackground(CGContext ctx) void DrawBorder(CGContext ctx) { - if (_strokeThickness == 0) + if (_strokeThickness <= 0) return; if (IsBorderDashed())