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:
createOpenArrow
MarkerShape.addMarker('open', createOpenArrow(2)); Copy
MarkerShape.addMarker('open', createOpenArrow(2));
0.18.0
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
: