refactored sequences, sync and gaps
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#import "/src/cetz.typ": draw
|
||||
#import "consts.typ": *
|
||||
#import "core/draw/participant.typ"
|
||||
#import "core/draw/participant.typ": render as par-render
|
||||
|
||||
#let PAR-SPECIALS = "?[]"
|
||||
#let SHAPES = (
|
||||
@ -37,7 +37,7 @@
|
||||
}
|
||||
return ((
|
||||
type: "par",
|
||||
draw: participant.render,
|
||||
draw: par-render,
|
||||
name: name,
|
||||
display-name: if display-name == auto {name} else {display-name},
|
||||
from-start: from-start,
|
||||
|
Reference in New Issue
Block a user