#include <SVGShape.h>
Classes | |
struct | GradientStop_t |
Public Types | |
enum | GradientType_t { LINEAR , RADIAL } |
enum | Spread_t { PAD , REFLECT , REPEAT } |
Public Attributes | |
eC_Float | m_afXform [6] |
deforming matrix | |
std::vector< GradientStop_t > | m_akGradientStops |
gradient-stops | |
eC_Bool | m_bIsStroke |
has stroke? | |
GradientType_t | m_eGradientType |
the used gradient-type | |
Spread_t | m_eSpread |
the used spread-type | |
eC_Value | m_vFx |
focalpoint x | |
eC_Value | m_vFy |
focalpoint y | |
This class represents an SVG-gradient