| 13 | } |
| 14 | |
| 15 | type paddingTestCase struct { |
| 16 | dpr float64 |
| 17 | paddingTop int |
| 18 | paddingRight int |
| 19 | paddingBottom int |
| 20 | paddingLeft int |
| 21 | } |
| 22 | |
| 23 | func (r paddingTestCase) ImagePath() string { |
| 24 | return "geometry.png" |
nothing calls this directly
no outgoing calls
no test coverage detected