[]
Specifies the order of the paint operations that shapes are rendered with: their fill, their stroke and any markers they might have.
public enum SvgPaintOrder
FillMarkers = 1
"fill markers stroke" order.
Markers = 4
"markers fill stroke" order.
MarkersStroke = 5
"markers stroke fill" order.
Normal = 0
"fill stroke markers" order.
Stroke = 2
"stroke fill markers" order.
StrokeMarkers = 3
"stroke markers fill" order.