From 9414dfebe5102cb65e3e52318d9fcfb4c3b50b09 Mon Sep 17 00:00:00 2001 From: Drew Weymouth Date: Tue, 25 Apr 2023 21:06:25 -0700 Subject: [PATCH] update svg bounding box --- res/bundled.go | 4 ++-- res/icons/publicdomain/star-filled.svg | 2 +- res/icons/publicdomain/star-outline.svg | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/res/bundled.go b/res/bundled.go index 813afcd..bbfd5a3 100644 --- a/res/bundled.go +++ b/res/bundled.go @@ -123,12 +123,12 @@ var ResShuffleInvertSvg = &fyne.StaticResource{ var ResStarOutlineSvg = &fyne.StaticResource{ StaticName: "star-outline.svg", StaticContent: []byte( - "\r\n\r\n\r\n"), + "\r\n\r\n\r\n"), } var ResStarFilledSvg = &fyne.StaticResource{ StaticName: "star-filled.svg", StaticContent: []byte( - "\r\n\r\n\r\n"), + "\r\n\r\n\r\n"), } var ResLICENSE = &fyne.StaticResource{ StaticName: "LICENSE", diff --git a/res/icons/publicdomain/star-filled.svg b/res/icons/publicdomain/star-filled.svg index 3dfe015..71272d5 100644 --- a/res/icons/publicdomain/star-filled.svg +++ b/res/icons/publicdomain/star-filled.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/res/icons/publicdomain/star-outline.svg b/res/icons/publicdomain/star-outline.svg index dda4222..516db17 100644 --- a/res/icons/publicdomain/star-outline.svg +++ b/res/icons/publicdomain/star-outline.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file