Correct value of cc in DrawEllipsis

This commit is contained in:
Jörg Nowak 2022-06-09 07:49:50 +02:00 committed by GitHub
parent 21dfa3e985
commit ae83861c5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -241,7 +241,7 @@
height /= 2;
// See here: https://spencermortensen.com/articles/bezier-circle/
decimal cc = 0.5519150244935105707435627m;
decimal cc = 0.55228474983079m;
if (lineWidth != 1)
{