From afc766f45dbb5d344fa9176e6b493327b759d9ee Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sat, 19 Oct 2024 10:13:45 +0200 Subject: [PATCH] increase transports margin --- img.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/img.go b/img.go index a3bbfb8..3ae5a87 100644 --- a/img.go +++ b/img.go @@ -137,8 +137,8 @@ func getImg(ctx context.Context, nowFunc func() time.Time, transportsClient *tra } drawTCL(gc, bus, 55) - drawTCL(gc, tram, 190) - drawVelov(gc, velovRoc, 350) + drawTCL(gc, tram, 205) + drawVelov(gc, velovRoc, 365) drawDate(gc, nowFunc()) drawFete(gc, fetes) drawWeather(gc, wthr)