diff --git a/src/lib/decorations.typ b/src/lib/decorations.typ index 12e9fa8e..bee00a4d 100644 --- a/src/lib/decorations.typ +++ b/src/lib/decorations.typ @@ -280,7 +280,7 @@ // pointing upwards, so we set the origin and rotate the entire group accordingly let (_, start, end) = coordinate.resolve(ctx, start, end) set-origin(start) - rotate(vector.angle2(start, end)) + rotate(vector.angle2(start, end) * -1) let length = vector.dist(start, end) let middle = aspect * length