diff --git a/gallery/test3.pdf b/gallery/test3.pdf index c046dc8..d027d37 100644 Binary files a/gallery/test3.pdf and b/gallery/test3.pdf differ diff --git a/gallery/test3.png b/gallery/test3.png index e55649c..bd56665 100644 Binary files a/gallery/test3.png and b/gallery/test3.png differ diff --git a/manual.pdf b/manual.pdf index 8b9e8ec..8cbadd5 100644 Binary files a/manual.pdf and b/manual.pdf differ diff --git a/src/elements/logic/and.typ b/src/elements/logic/and.typ index 0865a81..2dbee0c 100644 --- a/src/elements/logic/and.typ +++ b/src/elements/logic/and.typ @@ -5,8 +5,8 @@ let (x, y) = bl let (width, height) = (tr.at(0) - x, tr.at(1) - y) - let t = (x + width / 4, y + height) - let b = (x + width / 4, y) + let t = (x + width / 2, y + height) + let b = (x + width / 2, y) let f = draw.group(name: id, { draw.merge-path( @@ -16,7 +16,7 @@ name: id + "-path", close: true, { draw.line(bl, tl, t) - draw.bezier((), b, tr, br) + draw.arc-through((), (tr , 50%, br), b) draw.line((), b) } )