762e4527
by Conor McCarthy at 2026-04-28T10:34:36+02:00
gdiplus: Elide empty spans.
We assume a span is never empty and therefore can never begin at the
right bound. An empty span there can break the requirement in
combine_regions_to_spans() that current span Y coordinates are never less
than the loop Y coordinate. Empty spans also break the in_left and
in_right calculation.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=59678