ixfx
    Preparing search index...

    Type Alias MarkerOpts

    MarkerOpts: StrokeOpts & Visual.Svg.DrawingOpts & {
        id: string;
        markerHeight?: number;
        markerWidth?: number;
        orient?: string;
        refX?: number;
        refY?: number;
        viewBox?: string;
    }