Hatcher is a hatch pattern along the cell's axes. The rectangle (x0,y0)-(x1,y1) is expressed in the unit cell's coordinate system, and the returned path should be transformed by the cell to obtain the final hatch pattern.
func(float64, float64, float64, float64) *Path
| 53 | |
| 54 | // Hatcher is a hatch pattern along the cell's axes. The rectangle (x0,y0)-(x1,y1) is expressed in the unit cell's coordinate system, and the returned path should be transformed by the cell to obtain the final hatch pattern. |
| 55 | type Hatcher func(float64, float64, float64, float64) *Path |
| 56 | |
| 57 | // NewHatchPattern returns a new hatch pattern. |
| 58 | func NewHatchPattern(ifill any, thickness float64, cell Matrix, hatch Hatcher) *HatchPattern { |
nothing calls this directly
no outgoing calls
no test coverage detected