* src/raster/ftraster.c (Conic_To, Cubic_To): Fix recent regression.

This commit is contained in:
Alexei Podtelezhnikov 2023-11-14 15:10:52 +00:00
parent 0f98994ef6
commit 667aad581a
1 changed files with 6 additions and 0 deletions

View File

@ -1384,6 +1384,9 @@
{
/* this arc is flat, ignore it and pop it from the Bezier stack */
arc -= 2;
ras.lastX = x3;
ras.lastY = y3;
}
else
{
@ -1532,6 +1535,9 @@
{
/* this arc is flat, ignore it and pop it from the Bezier stack */
arc -= 3;
ras.lastX = x4;
ras.lastY = y4;
}
else
{