implemented create event + create offset

This commit is contained in:
2024-07-30 12:18:57 +02:00
parent 2c724598e9
commit 0968436c8a
4 changed files with 19 additions and 1 deletions

View File

@ -279,6 +279,7 @@
line.lines.push(("enable", y, elmt.lifeline-style))
} else if elmt.event == "create" {
y -= CREATE-OFFSET
shapes += participant.render(x-pos, par, y: y)
line.lines.push(("create", y))
}