16#ifndef AEONGUI_SVGANIMATEDPRESERVEASPECTRATIO_HPP
17#define AEONGUI_SVGANIMATEDPRESERVEASPECTRATIO_HPP
19#include "aeongui/Attribute.hpp"
~SVGAnimatedPreserveAspectRatio()
Destructor.
SVGAnimatedPreserveAspectRatio()
Default constructor.
PreserveAspectRatio & baseVal()
Get the base value (mutable).
Definition SVGAnimatedPreserveAspectRatio.cpp:25
PreserveAspectRatio & animVal()
Get the animated value (mutable).
Definition SVGAnimatedPreserveAspectRatio.cpp:35
SVG preserveAspectRatio attribute.
Definition Attribute.hpp:44