From 5f8c8a30fcd6fa0c79d39532518e8c4c31844425 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 18 Mar 2025 14:18:09 +0530 Subject: [PATCH] ... --- kitty/decorations.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kitty/decorations.c b/kitty/decorations.c index 27530d42e..0ec3bbfee 100644 --- a/kitty/decorations.c +++ b/kitty/decorations.c @@ -1235,8 +1235,9 @@ rectcircle(Canvas *self, Corner which) { The entire rectircle fits in four cells, each cell being one quadrant of the full rectircle and the origin being the center of the rectircle. The functions we return do the mapping for the specified cell. - ╭╮ - ╰╯ + ╭╮ ╭─╮ + ╰╯ │ │ + ╰─╯ See https://math.stackexchange.com/questions/1649714 */ double radius = self->width / 2.;