Eulergraph
    Preparing search index...

    Type Alias HatchLine

    type HatchLine = {
        firstOffset: number;
        lineDash: PathAttrsCommon["lineDash"] | null;
        lineType: HatchLineType;
        path?: string;
        radius?: number;
        step: number;
    }
    Index

    Properties

    firstOffset: number
    lineDash: PathAttrsCommon["lineDash"] | null
    lineType: HatchLineType
    path?: string
    radius?: number
    step: number