Images 💾

Last commit ⭐

commit 28b4293edda5d4dccf528e83b8c18d60253301c1
Author:     Nico Weber <thakis@chromium.org>
AuthorDate: Tue Oct 22 21:18:36 2024 -0400
Commit:     Nico Weber <thakis@chromium.org>
CommitDate: Thu Oct 24 01:44:16 2024 -0400

    Tests: Add more paths to LibWeb/Screenshot/svg-stroke-styles.html
    
    - Lines that have caps on one end and joins on the other
    - Lines that have joins on both ends
    - Rects with line width higher than their dimensions
    
    While here, give the open and closed green rects round linejoins,
    to match paths.pdf. (No effect in Serenity's browser, since we
    currently draw all linejoins as round. It does affect how the
    svg looks in other browsers.)