@maxgraph/core
    Preparing search index...

    Function createOpenArrow

    • Generally used to create the "open" and "open thin" marker factory methods.

      Here is an example the registration of a factory edge marker function with createOpenArrow:

      MarkerShape.addMarker('open', createOpenArrow(2));
      

      Parameters

      • widthFactor: number

      Returns (
          canvas: AbstractCanvas2D,
          _shape: Shape,
          _type: StyleArrowValue,
          pe: Point,
          unitX: number,
          unitY: number,
          size: number,
          _source: boolean,
          sw: number,
          _filled: boolean,
      ) => () => void

      0.18.0