ladybird/Libraries/LibWeb/SVG
Matthew Olsson f2055bb509 LibWeb: Add a basic SVGContext object, add to PaintContext
This will be used to transmit any svg-relevant data between svg nodes.
This is prep for moving a lot of the SVG logic into Layout nodes.
2020-10-10 23:28:41 +02:00
..
SVGContext.h LibWeb: Add a basic SVGContext object, add to PaintContext 2020-10-10 23:28:41 +02:00
SVGElement.cpp LibWeb: Move DOM classes into the Web::DOM namespace 2020-07-26 20:05:15 +02:00
SVGElement.h LibWeb: Add empty IDL bindings for current SVG elements 2020-10-03 00:30:49 +02:00
SVGElement.idl LibWeb: Add empty IDL bindings for current SVG elements 2020-10-03 00:30:49 +02:00
SVGGeometryElement.cpp LibWeb: Move DOM classes into the Web::DOM namespace 2020-07-26 20:05:15 +02:00
SVGGeometryElement.h LibWeb: Add empty IDL bindings for current SVG elements 2020-10-03 00:30:49 +02:00
SVGGeometryElement.idl LibWeb: Add empty IDL bindings for current SVG elements 2020-10-03 00:30:49 +02:00
SVGGraphicsElement.cpp LibWeb: Move DOM classes into the Web::DOM namespace 2020-07-26 20:05:15 +02:00
SVGGraphicsElement.h LibWeb: Add empty IDL bindings for current SVG elements 2020-10-03 00:30:49 +02:00
SVGGraphicsElement.idl LibWeb: Add empty IDL bindings for current SVG elements 2020-10-03 00:30:49 +02:00
SVGPathElement.cpp Meta+LibHTTP through LibWeb: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
SVGPathElement.h LibWeb: Add empty IDL bindings for current SVG elements 2020-10-03 00:30:49 +02:00
SVGPathElement.idl LibWeb: Add empty IDL bindings for current SVG elements 2020-10-03 00:30:49 +02:00
SVGSVGElement.cpp Meta+LibHTTP through LibWeb: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
SVGSVGElement.h LibWeb: Add empty IDL bindings for current SVG elements 2020-10-03 00:30:49 +02:00
SVGSVGElement.idl LibWeb: Add empty IDL bindings for current SVG elements 2020-10-03 00:30:49 +02:00
TagNames.cpp Meta+LibHTTP through LibWeb: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
TagNames.h Meta+LibHTTP through LibWeb: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00