diff --git a/gallery/example1.pdf b/gallery/example1.pdf index 693d6e1..38cfcbe 100644 Binary files a/gallery/example1.pdf and b/gallery/example1.pdf differ diff --git a/gallery/example2.pdf b/gallery/example2.pdf index 0861fff..c038ae9 100644 Binary files a/gallery/example2.pdf and b/gallery/example2.pdf differ diff --git a/gallery/example3.pdf b/gallery/example3.pdf index f916e4d..8cd3abd 100644 Binary files a/gallery/example3.pdf and b/gallery/example3.pdf differ diff --git a/gallery/notes.pdf b/gallery/notes.pdf index 2ff99fd..2cc2ad5 100644 Binary files a/gallery/notes.pdf and b/gallery/notes.pdf differ diff --git a/gallery/readme/boilerplate.png b/gallery/readme/boilerplate.png index 755b523..4fcfa88 100644 Binary files a/gallery/readme/boilerplate.png and b/gallery/readme/boilerplate.png differ diff --git a/gallery/readme/lifelines.png b/gallery/readme/lifelines.png index fbd5bcf..2e33758 100644 Binary files a/gallery/readme/lifelines.png and b/gallery/readme/lifelines.png differ diff --git a/gallery/readme/simple_sequence.png b/gallery/readme/simple_sequence.png index f771ad5..e55bc0d 100644 Binary files a/gallery/readme/simple_sequence.png and b/gallery/readme/simple_sequence.png differ diff --git a/src/group.typ b/src/group.typ index 821b0cb..302fd37 100644 --- a/src/group.typ +++ b/src/group.typ @@ -1,4 +1,4 @@ -#import "@preview/cetz:0.3.1": draw +#import "@preview/cetz:0.3.3": draw #import "consts.typ": * #let _grp(name, desc: none, type: "default", elmts) = { diff --git a/src/note.typ b/src/note.typ index feaa5eb..874655b 100644 --- a/src/note.typ +++ b/src/note.typ @@ -1,4 +1,4 @@ -#import "@preview/cetz:0.3.1": draw +#import "@preview/cetz:0.3.3": draw #import "consts.typ": * #let SIDES = ( diff --git a/src/participant.typ b/src/participant.typ index 26e4a7e..7dfaa16 100644 --- a/src/participant.typ +++ b/src/participant.typ @@ -1,4 +1,4 @@ -#import "@preview/cetz:0.3.1": draw +#import "@preview/cetz:0.3.3": draw #import "consts.typ": * #let PAR-SPECIALS = "?[]" diff --git a/src/renderer.typ b/src/renderer.typ index 9938e64..f16b941 100644 --- a/src/renderer.typ +++ b/src/renderer.typ @@ -1,4 +1,4 @@ -#import "@preview/cetz:0.3.1": canvas, draw +#import "@preview/cetz:0.3.3": canvas, draw #import "utils.typ": get-participants-i, get-style, normalize-units #import "group.typ" #import "participant.typ" diff --git a/src/separator.typ b/src/separator.typ index c51b65f..3b8026e 100644 --- a/src/separator.typ +++ b/src/separator.typ @@ -1,4 +1,4 @@ -#import "@preview/cetz:0.3.1": draw +#import "@preview/cetz:0.3.3": draw #import "consts.typ": * #let _sep(name) = { diff --git a/src/sequence.typ b/src/sequence.typ index 4c20ae1..a1274fb 100644 --- a/src/sequence.typ +++ b/src/sequence.typ @@ -1,4 +1,4 @@ -#import "@preview/cetz:0.3.1": draw, vector +#import "@preview/cetz:0.3.3": draw, vector #import "consts.typ": * #import "participant.typ" #import "note.typ" diff --git a/typst.toml b/typst.toml index f11f016..5995ad0 100644 --- a/typst.toml +++ b/typst.toml @@ -1,7 +1,7 @@ [package] name = "chronos" -version = "0.2.0" -compiler = "0.12.0" +version = "0.2.1" +compiler = "0.13.0" repository = "https://git.kb28.ch/HEL/chronos" entrypoint = "src/lib.typ" authors = [