MCPcopy Create free account
hub / github.com/cogentcore/core / Filler

Struct Filler

paint/raster/fill.go:17–21  ·  view source on GitHub ↗

Filler is a filler that implements [Raster].

Source from the content-addressed store, hash-verified

15
16// Filler is a filler that implements [Raster].
17type Filler struct {
18 Scanner
19 A fixed.Point26_6
20 First fixed.Point26_6
21}
22
23// NewFiller returns a Filler ptr with default values.
24// A Filler in addition to rasterizing lines like a Scann,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected