Files
ladybird/Tests/LibWeb/Text/expected/display_list/grid-gap-rounding.txt
Aliaksandr Kalenik 9862d8b4a6 LibWeb: Implement pinch-to-zoom support
Adds pinch event handling that adjusts the VisualViewport scale and
offset. VisualViewport's (offset, scale) is then used to construct a
transformation matrix which is applied before display list execution.
2025-10-10 15:37:45 +02:00

12 lines
324 B
Plaintext

Save
ApplyTransform matrix=[1 0 0 1 0 0]
SaveLayer
FillRect rect=[8,8 29x30] color=rgb(0, 0, 0)
FillRect rect=[38,8 28x30] color=rgb(0, 0, 0)
FillRect rect=[67,8 29x30] color=rgb(0, 0, 0)
FillRect rect=[97,8 28x30] color=rgb(0, 0, 0)
FillRect rect=[126,8 29x30] color=rgb(0, 0, 0)
Restore
Restore