ladybird/Tests/LibWeb/Ref/expected/wpt-import/html
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
..
canvas/element/manual/context-attributes LibWeb+LibGfx: Support alpha in CanvasRenderingContext2D 2025-04-29 13:51:23 +02:00
rendering LibWeb: Apply nowrap attribute as presentational hint 2025-02-22 09:12:08 +00:00
semantics LibWeb: Generate ::backdrop pseudo-elements 2025-04-09 12:10:42 +01:00