summaryrefslogtreecommitdiffstats
path: root/pkg/draw/box.go
blob: 769e2fd9cdff73371c237ad71caabff785de5c9d (plain)
1
2
3
4
5
6
package draw

type Box struct {
	Width  int
	Height int
}