@jsfkit/types
    Preparing search index...

    Type Alias PathFillMode

    PathFillMode:
        | "none"
        | "norm"
        | "lighten"
        | "lightenLess"
        | "darken"
        | "darkenLess"

    Specifies the manner in which a path should be filled.

    Value Effect on path fill
    darken darker shaded color applied to its fill.
    darkenLess slightly darker shaded color applied to its fill.
    lighten lightly shaded color applied to its fill.
    lightenLess slightly lighter shaded color applied to its fill.
    none should have no fill.
    norm should have a normally shaded color applied to its fill.