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
------------------ 原始邮件 ------------------
发件人: "didi/LogicFlow" ***@***.***>;
发送时间: 2024年3月11日(星期一) 晚上11:25
***@***.***>;
***@***.******@***.***>;
主题: Re: [didi/LogicFlow] 自定义锚点后,连线功能无效了,不能连线 [Bug report] (Issue #1259)
请问这个问题解决了吗
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
getAnchorShape(anchorData) {
const { x, y,type } = anchorData;
return h(
"svg",
{
x: x -5,
y: y-15,
viewBox: '0 0 1024 1024',
width: 18,
height: 36,
},
h("path", {
d:"M263.769088 1020.42112l-7.254016-79.542272c400.029696-36.483072 431.11936-352.07168 431.11936-447.927296-0.512-15.511552-17.736704-409.653248-427.492352-409.653248v-79.872c389.047296 0 501.982208 319.379456 507.343872 488.257536 0.02048 234.053632-132.312064 494.865408-503.716864 528.73728z",
fill:"#707070"
})
);
}
/
The text was updated successfully, but these errors were encountered: