16#ifndef AEONGUI_SVGANIMATEDLENGTH_HPP
17#define AEONGUI_SVGANIMATEDLENGTH_HPP
19#include "SVGLength.hpp"
SVGLength & baseVal()
Get the base value (mutable).
Definition SVGAnimatedLength.cpp:26
SVGAnimatedLength()
Default constructor.
~SVGAnimatedLength()
Destructor.
SVGLength & animVal()
Get the animated value (mutable).
Definition SVGAnimatedLength.cpp:36
Represents an SVG length value with a unit.
Definition SVGLength.hpp:48