-1
我在當前項目中使用JsPlumb,我目前有2個小問題,我希望有人可以幫助我。JsPlumb連接器線和錨點三角形失敗
var anEndpointDestination = {
Connector: ["Straight"],
anchor: ["Perimeter", { shape: "Diamond" }],
endpoint: "Dot",
maxConnections: -1,
isSource: false,
isTarget: true,
anchor: [0.96, 0.2, 1, 0, 0, -25],
paintStyle: { fillStyle: "blue" }
};
我不能正確地作出工作的第一件事是,achors之間的Connector line
走在鋸齒/字形路徑就像這個demo。
的第二個問題是,我的anchor
不要從anchor: ["Perimeter", { shape: "Diamond" }]
由於得到鑽石形狀advace