Versions in this module Expand all Collapse all v0 v0.0.1 Jun 4, 2024 Changes in this version + func Colorize(src []byte, clr color.Color) []byte + func IsFileSVG(path string) bool + func IsResourceSVG(res fyne.Resource) bool + type Config struct + Aspect float32 + Height int + Width int + type Decoder struct + func NewDecoder(stream io.Reader) (*Decoder, error) + func (d *Decoder) Config() Config + func (d *Decoder) Draw(width, height int) (*image.NRGBA, error)