d2/d2layouts/d2sequence/constants.go
2022-11-28 11:41:44 -08:00

9 lines
247 B
Go

package d2sequence
// min horizontal pad for actors, or edge labels, to consider the min distance between them
const MIN_HORIZONTAL_PAD = 50.
const MIN_ACTOR_DISTANCE = 200.
// min vertical distance between edges
const MIN_EDGE_DISTANCE = 100.