d2/d2layouts/d2sequence/constants.go
Júlio César Batista 918ad5d96e
constants
2022-11-28 13:08:52 -08:00

9 lines
255 B
Go

package d2sequence
// leaves at least 25 units of space on the left/right when computing the space required between actors
const HORIZONTAL_PAD = 50.
const MIN_ACTOR_DISTANCE = 200.
// min vertical distance between edges
const MIN_EDGE_DISTANCE = 100.