#2315 Adding docs and integration tests

This commit is contained in:
Knut Sveidqvist
2021-09-18 08:03:34 +02:00
parent 9c511559ff
commit 9faa5acb21
11 changed files with 2711 additions and 62783 deletions

View File

@@ -689,6 +689,7 @@ export const draw = function (text, id) {
// Draw actors below diagram
bounds.bumpVerticalPos(conf.boxMargin * 2);
drawActors(diagram, actors, actorKeys, bounds.getVerticalPos());
bounds.bumpVerticalPos(conf.boxMargin*2);
fixLifeLineHeights(diagram, bounds.getVerticalPos());
}