1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-18 07:12:07 +00:00
serenity/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
SVGClipPathElement.h
SVGClipPathElement.idl
SVGContext.h
SVGDefsElement.cpp
SVGDefsElement.h
SVGDefsElement.idl
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 LibWeb: Expose SVGLineElement attributes to JS 2022-03-22 22:33:17 +01:00
SVGPathElement.cpp
SVGPathElement.h
SVGPathElement.idl
SVGPolygonElement.cpp
SVGPolygonElement.h
SVGPolygonElement.idl
SVGPolylineElement.cpp
SVGPolylineElement.h
SVGPolylineElement.idl
SVGRectElement.cpp
SVGRectElement.h
SVGRectElement.idl
SVGSVGElement.cpp
SVGSVGElement.h
SVGSVGElement.idl
SVGTextContentElement.cpp
SVGTextContentElement.h
SVGTextContentElement.idl
TagNames.cpp
TagNames.h
ViewBox.cpp
ViewBox.h