Type Alias DrawingOpts

DrawingOpts: {
    debug?: boolean;
    fillStyle?: string;
    strokeStyle?: string;
}

Drawing options

Type declaration

  • Optional Readonlydebug?: boolean

    If true, diagnostic helpers will be drawn

  • Optional ReadonlyfillStyle?: string

    Fill style

  • Optional ReadonlystrokeStyle?: string

    Stroke style