summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Layout/SVGPathBox.cpp
AgeCommit message (Expand)Author
2021-09-18LibWeb: Remove bogus offset when painting an SVG <path> boxAndreas Kling
2021-09-18LibWeb: Add SVGFormattingContext to handle SVG box treesAndreas Kling
2021-09-18LibWeb: Use Gfx::AntiAliasingPainter to draw SVG pathsAli Mohammad Pur
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling