From b2ed6f65d5f054d6bbdd55e5dbc7b2faf26d5369 Mon Sep 17 00:00:00 2001 From: David Vogel Date: Fri, 12 Aug 2022 11:40:20 +0200 Subject: [PATCH] Use butt cap for player path drawing --- bin/stitch/player-path.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/stitch/player-path.go b/bin/stitch/player-path.go index e941120..d08e6ef 100644 --- a/bin/stitch/player-path.go +++ b/bin/stitch/player-path.go @@ -20,7 +20,7 @@ var playerPathDisplayStyle = canvas.Style{ FillColor: canvas.Transparent, //StrokeColor: color.RGBA{0, 0, 0, 127}, StrokeWidth: 3.0, - StrokeCapper: canvas.RoundCap, + StrokeCapper: canvas.ButtCap, StrokeJoiner: canvas.MiterJoin, DashOffset: 0.0, Dashes: []float64{},