| 15 | } |
| 16 | |
| 17 | type extendTestCase struct { |
| 18 | gravity processing.GravityType |
| 19 | size testSize |
| 20 | xOffset float64 |
| 21 | yOffset float64 |
| 22 | dpr float64 |
| 23 | } |
| 24 | |
| 25 | func (e extendTestCase) ImagePath() string { |
| 26 | return "geometry.png" |
nothing calls this directly
no outgoing calls
no test coverage detected