summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Painting/SVGGeometryPaintable.cpp
AgeCommit message (Expand)Author
2023-04-12LibWeb: Apply SVG transform to path when painting (SVG) elementsMacDue
2023-03-06Everywhere: Stop using NonnullRefPtrVectorAndreas Kling
2023-02-10LibGfx+LibWeb: Store radii as FloatSize rather than FloatPointAndreas Kling
2023-01-11LibWeb: Make the paint tree GC-allocatedAndreas Kling
2022-12-14LibWeb: Convert Paintable coordinates to new pixel unitsSam Atkins
2022-12-07Meta+Userland: Pass Gfx::FloatPoint by valueMacDue
2022-03-12LibWeb: Keep SVG elliptical arc shape when applying viewboxSimon Danner
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