Abstract class which indicates that shape should not be filled.

When emptyFill is used, the area that would be filled does NOT trigger mouse / touch -events, and its rendering process is skipped, which results in saved performance.

Hierarchy

  • EmptyFillRecord
    • EmptyFill

Implements

Constructors

Properties

Constructors

  • Parameters

    • Optional values: Iterable<[string, unknown]> | Partial<{
          fillType: "empty";
          type: "fillstyle";
      }>

    Returns EmptyFill

Properties

fillType: "empty" = ...
type: "fillstyle" = ...