|
|
@ -416,11 +416,11 @@ const createBindingArrow = (
|
|
|
|
type: "arrow",
|
|
|
|
type: "arrow",
|
|
|
|
x: startX,
|
|
|
|
x: startX,
|
|
|
|
y: startY,
|
|
|
|
y: startY,
|
|
|
|
startArrowhead: appState.currentItemStartArrowhead,
|
|
|
|
startArrowhead: null,
|
|
|
|
endArrowhead: appState.currentItemEndArrowhead,
|
|
|
|
endArrowhead: appState.currentItemEndArrowhead,
|
|
|
|
strokeColor: appState.currentItemStrokeColor,
|
|
|
|
strokeColor: startBindingElement.strokeColor,
|
|
|
|
strokeStyle: appState.currentItemStrokeStyle,
|
|
|
|
strokeStyle: startBindingElement.strokeStyle,
|
|
|
|
strokeWidth: appState.currentItemStrokeWidth,
|
|
|
|
strokeWidth: startBindingElement.strokeWidth,
|
|
|
|
points: [pointFrom(0, 0), pointFrom(endX, endY)],
|
|
|
|
points: [pointFrom(0, 0), pointFrom(endX, endY)],
|
|
|
|
elbowed: true,
|
|
|
|
elbowed: true,
|
|
|
|
});
|
|
|
|
});
|
|
|
|