Type Alias HatchLine

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