diff --git a/internal/svg/svg.go b/internal/svg/svg.go index bc553850b1..2c9ef606ae 100644 --- a/internal/svg/svg.go +++ b/internal/svg/svg.go @@ -26,6 +26,7 @@ func Colorize(src []byte, clr color.Color) []byte { if err != nil { fyne.LogError("", err) } + return content } // ColorizeError is the same as Colorize, except returning instead of logging any error.