1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-26 01:25:08 +00:00
serenity/Userland/Libraries/LibWeb/Painting
Timothy Flynn 53ccfc1f4c LibWeb: Don't hit test a stacked child if it is behind its parent
When hit testing a stacked context, skip hit testing children if the
child's z-index is less than the parent's. The children are already
sorted by z-index, but also need to consider the parent.
2021-03-31 23:53:15 +02:00
..
BorderPainting.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
BorderPainting.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
PaintContext.h Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
StackingContext.cpp LibWeb: Don't hit test a stacked child if it is behind its parent 2021-03-31 23:53:15 +02:00
StackingContext.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00