adding things and fixing sgv

This commit is contained in:
2026-04-18 16:13:39 -06:00
parent 9b375cfba2
commit 38893cbb84
3 changed files with 141 additions and 35 deletions

View File

@@ -754,7 +754,7 @@ func loadImage(path string) (image.Image, error) {
}
func loadSVG(path string) (image.Image, error) {
icon, err := oksvg.ReadIcon(path, oksvg.StrictErrorMode)
icon, err := oksvg.ReadIcon(path, oksvg.WarnErrorMode)
if err != nil {
return nil, err
}