Files
ladybird/Tests/LibWeb/Text/expected/display_list/grid-gap-rounding.txt
Aliaksandr Kalenik 3e54291813 LibWeb: Move VisualViewport transform to AccumulatedVisualContext tree
Move the visual viewport (pinch-to-zoom) transform from a reserved slot
in DisplayList to the AccumulatedVisualContext tree as a root transform
node. Fixed position elements now correctly inherit from this context.

This requires rebuilding the context tree and display list on each zoom
change, but this overhead will be eliminated by future partial context
tree rebuilds.
2026-01-23 18:56:24 +01:00

13 lines
388 B
Plaintext

AccumulatedVisualContext Tree:
[1] scroll_frame_id=0 (PaintableWithLines(BlockContainer<PRE>#out))
DisplayList:
SaveLayer@0
FillRect@1 rect=[8,8 29x30] color=rgb(0, 0, 0)
FillRect@1 rect=[38,8 28x30] color=rgb(0, 0, 0)
FillRect@1 rect=[67,8 29x30] color=rgb(0, 0, 0)
FillRect@1 rect=[97,8 28x30] color=rgb(0, 0, 0)
FillRect@1 rect=[126,8 29x30] color=rgb(0, 0, 0)
Restore@0