16#ifndef AEONGUI_SVGGRADIENTELEMENT_HPP
17#define AEONGUI_SVGGRADIENTELEMENT_HPP
19#include "SVGElement.hpp"
Base class for all nodes in the DOM tree.
Definition Node.hpp:40
SVGElement(const DOMString &aTagName, AttributeMap &&aAttributes, Node *aParent)
Construct an SVGElement.
Definition SVGElement.cpp:22
SVGGradientElement(const DOMString &aTagName, AttributeMap &&aAttributes, Node *aParent)
Construct an SVGGradientElement.
Definition SVGGradientElement.cpp:22
~SVGGradientElement() override
Destructor.