Fix sequence connection with leftmost lifeline #25
@@ -22,6 +22,7 @@
|
||||
/// - destroy-src (bool): If true, destroy the source lifeline and participant
|
||||
/// - lifeline-style (auto, dict): Optional styling options for lifeline rectangles (see CeTZ documentation for more information on all possible values)
|
||||
/// - slant (none, int): Optional slant of the arrow
|
||||
/// - outer-lifeline-connect (bool): If true, enables legacy anchoring, making sequences connect to the leftmost lifeline when arriving from the left side. If false, all connections are made with the latest/rightmost lifeline
|
||||
/// -> array
|
||||
#let _seq(
|
||||
p1,
|
||||
@@ -40,7 +41,8 @@
|
||||
disable-src: false,
|
||||
destroy-src: false,
|
||||
lifeline-style: auto,
|
||||
slant: none
|
||||
slant: none,
|
||||
outer-lifeline-connect: false
|
||||
) = {}
|
||||
|
||||
/// Creates a return sequence
|
||||
|
||||
30299
manual.pdf
30299
manual.pdf
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user