ladybird/Userland/Libraries/LibWeb/SVG
Andreas Kling 04cc837db9 LibWeb: Stub out two functions on SVGGeometryElement
These two were called by Discord while loading:

- float getTotalLength();
- DOMPoint getPointAtLength(float distance);
2022-07-12 23:12:11 +02:00
..
AttributeNames.cpp
AttributeNames.h
AttributeParser.cpp
AttributeParser.h
SVGAnimatedLength.cpp
SVGAnimatedLength.h
SVGAnimatedLength.idl
SVGCircleElement.cpp
SVGCircleElement.h
SVGCircleElement.idl
SVGClipPathElement.cpp LibWeb: Sketch out a very basic SVG <clipPath> element 2022-04-10 21:35:55 +02:00
SVGClipPathElement.h LibWeb: Sketch out a very basic SVG <clipPath> element 2022-04-10 21:35:55 +02:00
SVGClipPathElement.idl LibWeb: Sketch out a very basic SVG <clipPath> element 2022-04-10 21:35:55 +02:00
SVGContext.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
SVGDefsElement.cpp LibWeb: Add SVGDefsElement 2022-04-11 20:19:10 +02:00
SVGDefsElement.h LibWeb: Add SVGDefsElement 2022-04-11 20:19:10 +02:00
SVGDefsElement.idl LibWeb: Add SVGDefsElement 2022-04-11 20:19:10 +02:00
SVGElement.cpp
SVGElement.h
SVGElement.idl
SVGEllipseElement.cpp
SVGEllipseElement.h
SVGEllipseElement.idl
SVGGElement.cpp
SVGGElement.h
SVGGeometryElement.cpp LibWeb: Stub out two functions on SVGGeometryElement 2022-07-12 23:12:11 +02:00
SVGGeometryElement.h LibWeb: Stub out two functions on SVGGeometryElement 2022-07-12 23:12:11 +02:00
SVGGeometryElement.idl LibWeb: Stub out two functions on SVGGeometryElement 2022-07-12 23:12:11 +02:00
SVGGraphicsElement.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
SVGGraphicsElement.h
SVGGraphicsElement.idl
SVGLength.cpp
SVGLength.h
SVGLength.idl
SVGLineElement.cpp
SVGLineElement.h
SVGLineElement.idl
SVGPathElement.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
SVGPathElement.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
SVGPathElement.idl
SVGPolygonElement.cpp
SVGPolygonElement.h
SVGPolygonElement.idl
SVGPolylineElement.cpp
SVGPolylineElement.h
SVGPolylineElement.idl
SVGRectElement.cpp
SVGRectElement.h
SVGRectElement.idl
SVGSVGElement.cpp LibWeb: Match WebKit and Blink re: absence of width/height on <svg> 2022-07-11 18:57:45 +02:00
SVGSVGElement.h
SVGSVGElement.idl
SVGTextContentElement.cpp
SVGTextContentElement.h
SVGTextContentElement.idl
TagNames.cpp
TagNames.h LibWeb: Add SVGDefsElement 2022-04-11 20:19:10 +02:00
ViewBox.cpp
ViewBox.h