diff --git a/src/Models/Statistics.cs b/src/Models/Statistics.cs index c493d8a7..0d2c439c 100644 --- a/src/Models/Statistics.cs +++ b/src/Models/Statistics.cs @@ -105,7 +105,8 @@ namespace SourceGit.Models Stroke = new SolidColorPaint(SKColors.Green) { StrokeThickness = 1 }, Fill = new SolidColorPaint(SKColors.SkyBlue.WithAlpha(90)), GeometrySize = 8, - GeometryStroke = new SolidColorPaint(SKColors.Green) { StrokeThickness = 2 } + GeometryStroke = new SolidColorPaint(SKColors.Green) { StrokeThickness = 2 }, + LineSmoothness = 0, } );