16 m_vFx(eC_FromFloat(1.f)),
17 m_vFy(eC_FromFloat(1.f))
eC_Value m_vFy
focalpoint y
Definition: SVGShape.h:54
eC_Bool m_bIsStroke
has stroke?
Definition: SVGShape.h:49
Spread_t m_eSpread
the used spread-type
Definition: SVGShape.h:47
GradientType_t m_eGradientType
the used gradient-type
Definition: SVGShape.h:46
std::vector< GradientStop_t > m_akGradientStops
gradient-stops
Definition: SVGShape.h:55
eC_Value m_vFx
focalpoint x
Definition: SVGShape.h:53
GradientType_t
Definition: SVGShape.h:32
@ LINEAR
linear
Definition: SVGShape.h:33
@ RADIAL
radial
Definition: SVGShape.h:34
Spread_t
Definition: SVGShape.h:40
@ PAD
pad
Definition: SVGShape.h:41
@ REFLECT
reflect
Definition: SVGShape.h:42
@ REPEAT
repeat
Definition: SVGShape.h:43
eC_Float m_afXform[6]
deforming matrix
Definition: SVGShape.h:51
Definition: SVGShape.h:62
Form_Type_t
Definition: SVGShape.h:90
@ JUST_FILL
normal filling
Definition: SVGShape.h:92
@ JUST_STROKE
stroking
Definition: SVGShape.h:91
@ STROKE_AND_FILL
stroking and filling
Definition: SVGShape.h:93
Joinstyle_t
Definition: SVGShape.h:108
@ BEVEL_JOIN
bevel join
Definition: SVGShape.h:109
@ MITER_JOIN
miter join
Definition: SVGShape.h:111
@ ROUND_JOIN
round join
Definition: SVGShape.h:110
Capstyle_t
Definition: SVGShape.h:99
@ ROUND_CAP
round-cap
Definition: SVGShape.h:101
@ SQUARE_CAP
square-cap
Definition: SVGShape.h:102
@ BUTT_CAP
butt-cap
Definition: SVGShape.h:100
eC_Value m_vStrokeWidth
stroke-width
Definition: SVGShape.h:133
std::vector< Path_t > m_akPaths
the used paths
Definition: SVGShape.h:138
eC_UInt m_uiFillColor
filling-color
Definition: SVGShape.h:131
eC_UInt m_uiStrokeColor
stroke-color
Definition: SVGShape.h:132
std::vector< eC_Value > m_avStrokeDashArray
max size from NanoSVG = 8
Definition: SVGShape.h:128
Joinstyle_t m_eJoinstyle
used join-style
Definition: SVGShape.h:124
std::vector< CSVGGradient > m_akGradients
the used gradients
Definition: SVGShape.h:137
Form_Type_t m_eType
used form-type
Definition: SVGShape.h:122
eC_Float m_avBounds[4]
tight bounding box of the shape [minx,miny,maxx,maxy].
Definition: SVGShape.h:135
Fillrule_t
Definition: SVGShape.h:117
@ NON_ZERO
non-zero
Definition: SVGShape.h:118
@ EVEN_ODD
even and odd
Definition: SVGShape.h:119
eC_Value m_vStrokeDashOffset
stroking dash-offset
Definition: SVGShape.h:127
Fillrule_t m_eFillrule
used filling-rule
Definition: SVGShape.h:125
Capstyle_t m_eCapstyle
used cap-style
Definition: SVGShape.h:123
eC_UByte m_ubOpacity
opacity 0 = fully transparent; 255 = fully opaque
Definition: SVGShape.h:130
Definition: SVGShape.h:24
eC_UInt m_uiColor
color
Definition: SVGShape.h:25
float m_vOffset
offset
Definition: SVGShape.h:26
Definition: SVGShape.h:67
std::vector< float > m_avCoords
coordinates x,y,x,y,x,y...
Definition: SVGShape.h:70
eC_Bool m_bClosed
is closed?
Definition: SVGShape.h:69