Transform sets the view. Automatically called by Canvas for coordinate system transformations.
(view Matrix)
| 79 | |
| 80 | // Transform sets the view. Automatically called by Canvas for coordinate system transformations. |
| 81 | func (p *HatchPattern) Transform(view Matrix) Pattern { |
| 82 | return p |
| 83 | } |
| 84 | |
| 85 | // SetColorSpace sets the color space. Automatically called by the rasterizer. |
| 86 | func (p *HatchPattern) SetColorSpace(colorSpace ColorSpace) Pattern { |
nothing calls this directly
no outgoing calls
no test coverage detected