SvgPaint class SVG DOM

Parameters used to control the painting of an SVG node. See https://www.w3.org/TR/2008/REC-SVGTiny12-20081222/painting.html .

Constructors

SvgPaint.empty()

Properties

clipFillType SIFillType?
getter/setter pair
currentColor SvgColor
getter/setter pair
fillAlpha int?
getter/setter pair
fillColor SvgColor
getter/setter pair
fillType SIFillType?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
hidden bool?
getter/setter pair
inClipPath bool
getter/setter pair
mask String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strokeAlpha int?
getter/setter pair
strokeCap SIStrokeCap?
getter/setter pair
strokeColor SvgColor
getter/setter pair
strokeDashArray List<double>?
getter/setter pair
strokeDashOffset double?
getter/setter pair
strokeJoin SIStrokeJoin?
getter/setter pair
strokeMiterLimit double?
getter/setter pair
strokeWidth double?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override