ixfx
    Preparing search index...

    Type Alias StrokeOpts

    type StrokeOpts = {
        strokeDash?: string;
        strokeLineCap?: "butt" | "round" | "square";
        strokeStyle?: string;
        strokeWidth?: number;
    }
    Index

    Properties

    strokeDash?: string

    Stroke dash pattern, eg 5

    strokeLineCap?: "butt" | "round" | "square"

    Line cap

    strokeStyle?: string

    Style for lines. Eg white.

    stroke

    strokeWidth?: number

    Width of stroke, eg 2