paintOrder

abstract var paintOrder: PaintOrder?(source)

The paint-order CSS property lets you control the order in which the fill and stroke (and painting markers) of text content and shapes are drawn.

Syntax: normal | [ fill || stroke || markers ]

Initial value: normal

| Chrome | Firefox | Safari |  Edge  | IE  |
| :----: | :-----: | :----: | :----: | :-: |
|   35   |   60    |   8    |   17   | No  |

See also