mirror of
https://github.com/UglyToad/PdfPig.git
synced 2026-01-18 19:51:24 +08:00
Correct value of cc in DrawEllipsis
This commit is contained in:
@@ -241,7 +241,7 @@
|
|||||||
height /= 2;
|
height /= 2;
|
||||||
|
|
||||||
// See here: https://spencermortensen.com/articles/bezier-circle/
|
// See here: https://spencermortensen.com/articles/bezier-circle/
|
||||||
decimal cc = 0.5519150244935105707435627m;
|
decimal cc = 0.55228474983079m;
|
||||||
|
|
||||||
if (lineWidth != 1)
|
if (lineWidth != 1)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user