Filler is a filler that implements [Raster].
| 15 | |
| 16 | // Filler is a filler that implements [Raster]. |
| 17 | type 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, |
nothing calls this directly
no outgoing calls
no test coverage detected