From 2a5e5142ceb1cc6131522f7ec556284347f0e52c Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 16 Feb 2024 01:44:18 +0000 Subject: [PATCH] Update 'animateDoorbell.go' --- animateDoorbell.go | 1 - 1 file changed, 1 deletion(-) diff --git a/animateDoorbell.go b/animateDoorbell.go index 1b554ab..39ceaaa 100644 --- a/animateDoorbell.go +++ b/animateDoorbell.go @@ -28,5 +28,4 @@ func (a *Animation)loadImage(imgType string, img string) { bigImage, _, _ := image.Decode(bytes.NewReader(baseImage)) a.doorbell.image = imaging.Resize(bigImage, 64, 64, imaging.Lanczos) a.ctx.Push() - a.ctx = gg.NewContext(64, 128) }