...

Source file src/oss.terrastruct.com/d2/lib/geo/spacing.go

Documentation: oss.terrastruct.com/d2/lib/geo

     1  package geo
     2  
     3  type Spacing struct {
     4  	Top, Bottom, Left, Right float64
     5  }
     6  

View as plain text