1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 10:47:35 +00:00
serenity/Tests/LibWeb/Ref/reference/images
MacDue 64411127cb LibGfx: Clip edges above or below the visible area in the rasterizer
This avoids doing pointless plotting for scanlines that will never be
seen.

Note: This currently can only clip edges vertically. Horizontal clipping
is more tricky, since edges that are not visible can still change how
things accumulate across the scanline.

Fixes #22382

Sadly, this causes a bunch of LibWeb test churn as this change
imperceptibly changes the final rasterized output.
2023-12-24 13:25:40 +01:00
..
border-radius-ref.png LibGfx: Clip edges above or below the visible area in the rasterizer 2023-12-24 13:25:40 +01:00
canvas-fillstyle-rgb.png LibGfx: Clip edges above or below the visible area in the rasterizer 2023-12-24 13:25:40 +01:00
canvas-path-rect-ref.png LibGfx: Clip edges above or below the visible area in the rasterizer 2023-12-24 13:25:40 +01:00
css-background-position-ref.png LibGfx: Clip edges above or below the visible area in the rasterizer 2023-12-24 13:25:40 +01:00
css-background-repeat-ref.png LibGfx: Clip edges above or below the visible area in the rasterizer 2023-12-24 13:25:40 +01:00
css-backgrounds-ref.png LibGfx: Clip edges above or below the visible area in the rasterizer 2023-12-24 13:25:40 +01:00
css-gradients-ref.png LibGfx: Clip edges above or below the visible area in the rasterizer 2023-12-24 13:25:40 +01:00
inline-node-ref.png LibGfx: Clip edges above or below the visible area in the rasterizer 2023-12-24 13:25:40 +01:00
input-placeholder-ref.png LibGfx: Clip edges above or below the visible area in the rasterizer 2023-12-24 13:25:40 +01:00
meter-ref.png LibGfx: Clip edges above or below the visible area in the rasterizer 2023-12-24 13:25:40 +01:00
object-fit-position.png LibGfx: Clip edges above or below the visible area in the rasterizer 2023-12-24 13:25:40 +01:00
outer-box-shadow-ref.png LibGfx: Clip edges above or below the visible area in the rasterizer 2023-12-24 13:25:40 +01:00
svg-gradient-spreadMethod-ref.png LibGfx: Clip edges above or below the visible area in the rasterizer 2023-12-24 13:25:40 +01:00
svg-radialGradient-ref.png LibGfx: Clip edges above or below the visible area in the rasterizer 2023-12-24 13:25:40 +01:00
svg-text-effects-ref.png LibWeb: Support transforms, stroking, gradients, etc for SVG <text> 2023-11-05 02:46:46 +01:00
svg-textPath-ref.png LibGfx: Clip edges above or below the visible area in the rasterizer 2023-12-24 13:25:40 +01:00
text-shadow-ref.png LibGfx: Clip edges above or below the visible area in the rasterizer 2023-12-24 13:25:40 +01:00