summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Painting/MarkerPaintable.cpp
AgeCommit message (Expand)Author
2023-01-11LibWeb: Make the paint tree GC-allocatedAndreas Kling
2023-01-05LibWeb: Convert AbstractImageStyleValue to new pixel unitsSam Atkins
2022-12-14LibWeb: Convert Paintable coordinates to new pixel unitsSam Atkins
2022-12-14LibWeb: Convert marker painting to new pixel unitsSam Atkins
2022-08-10LibWeb: Follow `image-rendering` when painting image style valuesMacDue
2022-08-08LibWeb: Convert images to common AbstractImageStyleValue baseMacDue
2022-06-05LibWeb: Paint list markers antialiasedMacDue
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