Eulergraph
    Preparing search index...

    Type Alias PathAttrsCommon

    type PathAttrsCommon = {
        bevelFilter?: number | string;
        className?: string;
        display?: string;
        fill?: string | null | PathFill;
        fillOpacity?: number | null;
        fillPattern?: HTMLCanvasElement;
        fillRule?: CanvasFillRule | null;
        hatch?: HatchFill;
        hatchId?: string;
        lineDash?: number[];
        manual?: boolean;
        scaleX?: number;
        scaleY?: number;
        shapeAlias?: string;
        stroke?: string | CanvasGradient | CanvasPattern | null;
        strokeLinecap?: CanvasLineCap;
        strokeLineJoin?: CanvasLineJoin;
        strokeOpacity?: number | null;
        strokeWidth?: string | null;
        style?: string;
        transform?: DOMMatrix;
    }
    Index

    Properties

    bevelFilter?: number | string
    className?: string
    display?: string
    fill?: string | null | PathFill
    fillOpacity?: number | null
    fillPattern?: HTMLCanvasElement
    fillRule?: CanvasFillRule | null
    hatch?: HatchFill
    hatchId?: string
    lineDash?: number[]
    manual?: boolean
    scaleX?: number
    scaleY?: number
    shapeAlias?: string

    Имя для идентификации пути, например, для штриховки

    stroke?: string | CanvasGradient | CanvasPattern | null
    strokeLinecap?: CanvasLineCap
    strokeLineJoin?: CanvasLineJoin
    strokeOpacity?: number | null
    strokeWidth?: string | null
    style?: string
    transform?: DOMMatrix