| 35 | } |
| 36 | |
| 37 | type frameModifier struct { |
| 38 | width, height float32 |
| 39 | minWidth, minHeight float32 |
| 40 | maxWidth, maxHeight float32 |
| 41 | } |
| 42 | |
| 43 | type shadowModifier struct { |
| 44 | color any |
nothing calls this directly
no outgoing calls
no test coverage detected