mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-07-15 20:24:48 +08:00
Correct value of cc in DrawEllipsis
This commit is contained in:
parent
21dfa3e985
commit
ae83861c5f
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user