I need a bold arrow in jsPlumb with good advice.
This is what I want:

This is what I get:

How to change settings?
Here is what I am using now:
PaintStyle: { stroke: "#f00", strokeWidth: 20 }, connector: ["Straight"], connectorOverlays:[["Arrow", { location:1, width:70, length:70 } ]]
I used to use arrows in SVG. There, I can simply change the SVG code of the head, which needs to be moved forward so that the end of the line (the coordinates of the end point of the line) is inside the triangle of the arrow. I can't seem to do this in jsPlumb.
I see that it is difficult to convey the problem.
Here is the following attempt: 
source share