summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Painting/SVGSVGPaintable.cpp
AgeCommit message (Expand)Author
2023-01-11LibWeb: Make the paint tree GC-allocatedAndreas Kling
2022-12-14LibWeb: Convert Paintable coordinates to new pixel unitsSam Atkins
2022-11-15LibWeb: Clip hidden overflow by absolute rect of containing blockAliaksandr Kalenik
2022-09-14LibWeb: Don't clip to containing block when painting abspos descendantsAndreas Kling
2022-03-19LibWeb: Make SVG <svg> elements behave as CSS replaced elementsAndreas Kling
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