Generally used to create the "classic" and "block" marker factory methods.
Here is an example the registration of a factory edge marker function with createArrow:
createArrow
EdgeMarkerRegistry.add('classic', EdgeMarker.createArrow(2));EdgeMarkerRegistry.add('blockThin', EdgeMarker.createArrow(3)); Copy
EdgeMarkerRegistry.add('classic', EdgeMarker.createArrow(2));EdgeMarkerRegistry.add('blockThin', EdgeMarker.createArrow(3));
0.18.0
Generally used to create the "classic" and "block" marker factory methods.
Here is an example the registration of a factory edge marker function with
createArrow
: