mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
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.
12 lines
324 B
Plaintext
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
|
|
|