@jsfkit/types
    Preparing search index...

    Type Alias PathFillType

    PathFillType: "circle" | "rect" | "shape"

    Path gradient fill type.

    Defines the shape pattern used for path gradient fills:

    • 'circle': Radial gradient emanating from center in a circular pattern.
    • 'rect': Gradient following rectangular boundaries from center outward.
    • 'shape': Gradient following the actual contour/outline of the shape.