16#ifndef AEONGUI_SVGPATHELEMENT_H
17#define AEONGUI_SVGPATHELEMENT_H
20#include "aeongui/DrawType.hpp"
21#include "SVGGeometryElement.hpp"
38 SVGPathElement (
const DOMString& aTagName, AttributeMap&& aAttributes,
Node* aParent );
Base class for all nodes in the DOM tree.
Definition Node.hpp:40
SVGGeometryElement(const DOMString &aTagName, AttributeMap &&aAttributes, Node *aParent)
Construct an SVGGeometryElement.
Definition SVGGeometryElement.cpp:23
~SVGPathElement() final
Destructor.
SVGPathElement(const DOMString &aTagName, AttributeMap &&aAttributes, Node *aParent)
Construct an SVGPathElement.
Definition SVGPathElement.cpp:25