You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is working as expected, but the spec can be confusing: arrow-reverse is exactly like arrow but reversed on the starting position, so you can draw something like <-----> with a single marker.
I think that your proposed solution (excluding it from the markerEnd and markerMid defs) makes total sense; it's not that it's "not working", but in these two cases it's by definition doing nothing.
the current
markerEnd: "arrow-reverse"
has no effect for bothlink
andarrow
.Not sure if it's the design choice or bug.
if it's the choice then the following line should change to
Exclude<Marker, "arrow-reverse">
forlink | arrow
plot/src/marker.d.ts
Line 93 in 0032c11
The text was updated successfully, but these errors were encountered: