From 0cf8c6bfadc9a7bc7dc8a7c3b90cdd98f3ad7b0b Mon Sep 17 00:00:00 2001 From: Johannes Wolf Date: Sun, 26 May 2024 22:28:27 +0200 Subject: [PATCH] canvas: Set float to false for place calls --- src/canvas.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/canvas.typ b/src/canvas.typ index d587c279..419d5244 100644 --- a/src/canvas.typ +++ b/src/canvas.typ @@ -91,7 +91,7 @@ (0, 0, 0) } - place(top + left, if drawable.type == "path" { + place(top + left, float: false, if drawable.type == "path" { let vertices = () for s in drawable.segments { let type = s.at(0)