summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/Layout/LayoutSVG.cpp
AgeCommit message (Expand)Author
2020-10-10LibWeb: Create LayoutNodes for each SVG elementMatthew Olsson
2020-07-28LibWeb: Make layout tree have non-const pointers to the DOMAndreas Kling
2020-07-26LibWeb: Move CSS classes into the Web::CSS namespaceAndreas Kling
2020-07-26LibWeb: Move DOM classes into the Web::DOM namespaceAndreas Kling
2020-07-26LibWeb: Refactor SVG files into their own directory; follow spec layoutMatthew Olsson