added sequences with same endpoints

This commit is contained in:
2024-06-18 17:08:06 +02:00
parent adc50124ad
commit 0e0be4e76a
4 changed files with 50 additions and 17 deletions

View File

@ -7,7 +7,8 @@
comment: none,
dashed: false,
tip: "default",
color: black
color: black,
flip: false
) = {
return ((
type: "seq",
@ -17,6 +18,7 @@
dashed: dashed,
tip: tip,
color: color,
flip: flip
),)
}