update actor and edge distance

This commit is contained in:
Júlio César Batista 2022-12-02 15:49:40 -08:00
parent 1a87a188b6
commit 1c3a73207f
No known key found for this signature in database
GPG key ID: 10C4B861BF314878

View file

@ -6,10 +6,10 @@ const HORIZONTAL_PAD = 50.
// leaves at least 25 units of space on the top/bottom when computing the space required between messages
const VERTICAL_PAD = 50.
const MIN_ACTOR_DISTANCE = 200.
const MIN_ACTOR_DISTANCE = 250.
// min vertical distance between messages
const MIN_MESSAGE_DISTANCE = 100.
const MIN_MESSAGE_DISTANCE = 80.
// default size
const SPAN_BASE_WIDTH = 12.