command
module
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Dec 7, 2024
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Patchsvg
Patchsvg is a command line tool for patching SVG files, so they can be used with the Fyne GUI toolkit.
Usage
[!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@latest
And then use like this:
patchsvg "resources/*"
For more usage information please run:
patchsvg -h
Documentation
¶
Patchsvg is a command line tool for patching SVG files, so they can be used with the Fyne GUI toolkit.
The SVG library used by Fyne GUI toolkit supports a limited subset of SVG only.
This tool can patch the following known issues:
- Icon has viewPort, but missing width and height (e.g. icons from the website Pictogrammers Material Design Icons)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.