Patchsvg is a command line tool for patching SVG files, so they can be used with the Fyne GUI toolkit.
Note
This tool requires you to have a Go compiler with version 1.19 (or higher) installed.
This tool can be installed with:
go install github.com/ErikKalkoken/patchsvg@latestAnd then use like this:
patchsvg "resources/*"For more usage information please run:
patchsvg -h