summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Painting/SVGPaintable.cpp
AgeCommit message (Expand)Author
2022-03-24LibWeb: Treate SVG paintable coordinates as relative to <svg> elementAndreas Kling
2022-03-19LibWeb: Make SVG <svg> elements behave as CSS replaced elementsAndreas Kling
2022-03-13LibWeb: Make Layout::SVGBox a BlockContainer againAndreas Kling
2022-03-11LibWeb: Split Paintable into Paintable and PaintableBoxAndreas Kling
2022-03-11LibWeb: Let Paintable perform the paintingAndreas Kling