Images 💾

Last commit ⭐

commit 31237da2303b886e8dd507156c4eda3618e90096
Author:     Andreas Kling <andreas@ladybird.org>
AuthorDate: Sat Aug 24 13:56:06 2024 +0200
Commit:     Nico Weber <thakis@chromium.org>
CommitDate: Fri Nov 8 22:32:11 2024 -0500

    LibWeb: Don't paint text fragments with CSS visibility:hidden
    
    We *could* even skip creating a paintable for hidden nodes, but that
    means that dynamic updates to the CSS visibility property would require
    mutating the paint tree, so let's keep it simple for now.
    
    (cherry picked from commit 349b17cc7aaba8c6cce3aaef26d14a0127f43ff1)