Skip to content

Commit

Permalink
canvas: Set float to false for place calls
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-wolf committed May 26, 2024
1 parent a2a29b7 commit 0cf8c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/canvas.typ
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0cf8c6b

Please sign in to comment.