16#ifndef AEONGUI_SVGPOLYGONELEMENT_H
17#define AEONGUI_SVGPOLYGONELEMENT_H
19#include "SVGGeometryElement.hpp"
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
~SVGPolygonElement() final
Destructor.
Definition SVGPolygonElement.cpp:49
SVGPolygonElement(const DOMString &aTagName, AttributeMap &&aAttributes, Node *aParent)
Construct an SVGPolygonElement.
Definition SVGPolygonElement.cpp:24