ladybird/Tests/LibWeb/Ref/input/wpt-import
Jelle Raaijmakers 35efd4d14b LibWeb+LibGfx: Support alpha in CanvasRenderingContext2D
This is implemented by these related changes:

  * The Skia alpha type 'Opaque' is selected for surfaces that were
    created with the intention of not having an alpha channel.
    Previously we were simply creating one with alpha.

  * Clearing now happens through Skia's `clear()` which always uses the
    source color's value for the result, instead of setting all values
    to 0.

  * CanvasRenderingContext2D selects a different clearing color based on
    the `alpha` context attribute's value.
2025-04-29 13:51:23 +02:00
..
common LibWeb: Implement CSS 'contain' property 2025-01-28 11:24:40 +00:00
css LibWeb: Ensure lang pseudoclass matches multiple segment subcodes 2025-04-28 11:29:30 +01:00
html LibWeb+LibGfx: Support alpha in CanvasRenderingContext2D 2025-04-29 13:51:23 +02:00
jpegxl LibGfx: Support missing pixel formats in get_pixel() 2025-04-23 09:26:45 +02:00
png LibGfx/PNG: Read the cICP chunk 2025-02-12 12:03:30 -05:00