Files
serenity/Userland/Libraries/LibGfx/EdgeFlagPathRasterizer.cpp
Jelle Raaijmakers da878d0695 LibGfx: Fix an off-by-one issue in EdgeFlagPathRasterizer
This caused the last scanlines for edges to render incorrectly. We had
some reference images which included these corruptions (they were almost
unnoticeable), so update them as well.

(cherry picked from commit 5865cf58641794eac73f200a784829d867ccf8b7;
but only the changes to EdgeFlagPathRasterizer.cpp that aren't related
to premultiplied alpha; also this affects more screenshot tests for
us since we use EdgeFlagPathRasterizer for most painting)
2024-10-21 10:13:03 -04:00

18 KiB