Images 💾

Last commit ⭐

commit ea6e079e074ece2685f7df252323c7553f330ee7
Author:     Andi Gallo <andigallo@proton.me>
AuthorDate: Mon Jul 31 00:46:50 2023 +0000
Commit:     Andreas Kling <kling@serenityos.org>
CommitDate: Mon Aug 7 05:51:19 2023 +0200

    LibWeb: Snap table grid to device pixels in collapsed borders mode
    
    Before painting the borders, build a grid snapped to device pixels and
    use it to construct the rectangles for the cell edges. Also adjust
    their starting coordinate and size such that they join correctly
    without overhangs. This approach works at all zoom levels.