This commit is contained in:
Kovid Goyal 2025-03-18 14:18:09 +05:30
parent 2bab0b7b18
commit 5f8c8a30fc
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -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.;