* src/raster/ftraster.c (Conic_To, Cubic_To): Fix recent regression.
This commit is contained in:
parent
0f98994ef6
commit
667aad581a
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user