PaintStyle
Basic style definition for an edge
| Name | Type | Description |
|---|---|---|
| dashArray? | string | Definition for stroke pattern |
| fill? | string | Fill color for the edge. |
| gradient? | Array<[number, string]> | Definition of a linear gradient to apply. Each entry is [offset, color]. |
| outlineStroke? | string | Color for the outline path |
| outlineWidth? | number | Width of the outline path |
| stroke? | string | Stroke color for the edge |
| strokeWidth? | number | Width of the stroke |