16#ifndef AEONGUI_SVGELLIPSEELEMENT_H
17#define AEONGUI_SVGELLIPSEELEMENT_H
19#include "SVGGeometryElement.hpp"
Base class for all nodes in the DOM tree.
Definition Node.hpp:40
~SVGEllipseElement() final
Destructor.
Definition SVGEllipseElement.cpp:57
SVGEllipseElement(const DOMString &aTagName, AttributeMap &&aAttributes, Node *aParent)
Construct an SVGEllipseElement.
Definition SVGEllipseElement.cpp:23
SVGGeometryElement(const DOMString &aTagName, AttributeMap &&aAttributes, Node *aParent)
Construct an SVGGeometryElement.
Definition SVGGeometryElement.cpp:23