summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Painting/ImagePaintable.cpp
AgeCommit message (Expand)Author
2022-10-13LibWeb: Fix position: fixed canvases/images disappearing when scrollingMacDue
2022-09-17LibWeb: Get default fonts via Platform::FontPluginAndreas Kling
2022-07-26LibWeb: Shrink the inner border radii to accommodate the border widthsMacDue
2022-07-04LibWeb: Use ScopedCornerRadiusClip for image paintingMacDue
2022-06-16LibWeb: Support using border-radius on <img> tagsMacDue
2022-03-23LibGfx: Implement `Rect::to_rounded<U>()`Jelle Raaijmakers
2022-03-11LibWeb: Make Paintable ref-countedAndreas Kling
2022-03-11LibWeb: Split Paintable into Paintable and PaintableBoxAndreas Kling
2022-03-11LibWeb: Let Paintable perform the paintingAndreas Kling