path (Makefile.PL). This was a later response to #16094
Resolves: http://rt.cpan.org/NoAuth/Bug.html?16094
- add --nolog command-line switch to Makefile.PL to disable logging
+- filled polygons using a complex fill with combine != 0 (none) didn't
+ correctly handle polygons that crossed a given scanline more than once.
=================================================================
tv = saturate(ss->line[x]);
fillbuf[pos].channel[3] =
fillbuf[pos].channel[3] * tv / 255;
+ pos++;
}
(state->fill->combine)(line, fillbuf, im->channels, right-left);
- pos++;
}
else {
for (x = left; x < right; ++x) {
tv = saturate(ss->line[x]);
fillbuf[pos].channel[3] =
fillbuf[pos].channel[3] * tv / 255;
+ pos++;
}
(state->fill->combinef)(line, fillbuf, im->channels, right-left);
- pos++;
}
else {
for (x = left; x < right; ++x) {