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

msbuild-test
Alexei Podtelezhnikov 1 year ago
parent 0f98994ef6
commit 667aad581a
  1. 6
      src/raster/ftraster.c

@ -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…
Cancel
Save