summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/SVG/SVGGeometryElement.idl
AgeCommit message (Collapse)Author
2022-07-12LibWeb: Stub out two functions on SVGGeometryElementAndreas Kling
These two were called by Discord while loading: - float getTotalLength(); - DOMPoint getPointAtLength(float distance);
2022-02-16LibWeb: Add imports to all IDL files that depend on othersAli Mohammad Pur
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling