Clear Bitmap PathEffect (#3507)

Co-authored-by: 766974616c79 <100430077+766974616c79@users.noreply.github.com>
This commit is contained in:
sboxbot
2025-11-30 19:09:59 +00:00
committed by GitHub
parent 77849db8ad
commit 173ac80dfa

View File

@@ -48,6 +48,7 @@ public partial class Bitmap
pen.ColorF = color.ToSkF();
pen.StrokeWidth = width;
pen.Style = SKPaintStyle.Stroke;
pen.PathEffect = null;
pen.Shader = default;
}