mirror of
https://github.com/Facepunch/sbox-public.git
synced 2025-12-23 22:48:07 -05:00
Clear Bitmap PathEffect (#3507)
Co-authored-by: 766974616c79 <100430077+766974616c79@users.noreply.github.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user