Images 💾

Last commit ⭐

commit e853139cf0d2903c9173e6327908c6a57e27e409
Author:     MacDue <macdue@dueutil.tech>
AuthorDate: Sat Jun 3 23:47:31 2023 +0100
Commit:     Andreas Kling <kling@serenityos.org>
CommitDate: Sun Jun 4 05:40:39 2023 +0200

    LibGfx: Fix adding active edges in filled path rasterizer
    
    This was previously masked by sorting the edges on max_y, but if the
    last added edge pointed to an edge that ended on the current scanline,
    that edge (and what it points to) would also end up added to the active
    edges. These edges would then never get removed, and break things very
    badly!