Fyne API "test.SoftwarePainter"

test.SoftwarePainter


import "fyne.io/fyne/v2/test"

Usage

type SoftwarePainter

type SoftwarePainter interface {
	Paint(fyne.Canvas) image.Image
}

SoftwarePainter describes a simple type that can render canvases