d2/d2layouts/d2sequence/constants.go

10 lines
247 B
Go
Raw Normal View History

2022-11-28 19:41:44 +00:00
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.