MCPcopy Create free account
hub / github.com/fogleman/primitive / painter

Struct painter

primitive/raster.go:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16type painter struct {
17 Lines []Scanline
18}
19
20func (p *painter) Paint(spans []raster.Span, done bool) {
21 for _, span := range spans {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected