[]
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
Public Enum SvgPaintOrder
Name | Description |
---|---|
FillMarkers | "fill markers stroke" order. |
Markers | "markers fill stroke" order. |
MarkersStroke | "markers stroke fill" order. |
Normal | "fill stroke markers" order. |
Stroke | "stroke fill markers" order. |
StrokeMarkers | "stroke markers fill" order. |