Images 💾

Last commit ⭐

commit f6264523b9ef1b82ff3e7869c21bc0c819403aef
Author:     MacDue <macdue@dueutil.tech>
AuthorDate: Mon Sep 26 00:01:31 2022 +0100
Commit:     Andreas Kling <kling@serenityos.org>
CommitDate: Mon Sep 26 01:38:30 2022 +0200

    LibWeb: Fix destination bitmap edge clip case in transform painting
    
    This fixes an edge case, where the destination rect falls partly
    outside the painter, so is clipped to a smaller size in
    `get_region_bitmap()` (which needs to be accounted for with an extra
    offset).