1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 09:08:10 +00:00
serenity/Userland/Libraries/LibWeb/Painting
Sam Atkins 64d805a027 LibWeb: Stop 'no-repeat' from expanding the background area
Previously, a `background-repeat` value of `no-repeat` in a direction
would cause the image to be drawn at exactly that size. This was fine if
the image was smaller than the element, but if it was larger, it would
draw outside its bounds. Now, it behaves itself. :^)
2021-11-17 22:20:01 +01:00
..
BackgroundPainting.cpp LibWeb: Stop 'no-repeat' from expanding the background area 2021-11-17 22:20:01 +01:00
BackgroundPainting.h LibWeb: Move background painting from Box to its own file 2021-09-19 22:53:35 +02:00
BorderPainting.cpp Libraries: Fix typos 2021-10-01 01:06:40 +01:00
BorderPainting.h LibWeb: Move border-painting code out of Box 2021-09-19 22:53:35 +02:00
PaintContext.h LibWeb: Clear SVG context after SVGSVGBox children are painted 2021-08-05 20:17:08 +02:00
ShadowPainting.cpp LibGfx: Use ErrorOr<T> for Bitmap::try_create() 2021-11-08 00:35:27 +01:00
ShadowPainting.h LibWeb: Add missing headers 2021-10-06 23:52:40 +01:00
StackingContext.cpp LibGfx: Use ErrorOr<T> for Bitmap::try_create() 2021-11-08 00:35:27 +01:00
StackingContext.h LibWeb: Draw elements with opacity in a separate stacking context 2021-07-24 22:02:28 +04:30