We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用style.endArrowD自定义箭头,箭头显示位置不正确
https://stackblitz.com/edit/react-1xbp7e?file=index.js
拖动节点,如图所示
🆕 5.x
Windows
Chrome
No response
The text was updated successfully, but these errors were encountered:
自定义需要确保箭头形状基于原点x、y轴对称,可以调整为下述代码块:
{ endArrowD: 'M-14,0 L-4,-4 L0,-14 L4,-4 L14,0 L4,4 L0,14 L-4,4 Z', endArrowOffset: 14, }
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug / 问题描述
使用style.endArrowD自定义箭头,箭头显示位置不正确
Reproduction link / 重现链接
https://stackblitz.com/edit/react-1xbp7e?file=index.js
Steps to Reproduce the Bug or Issue / 重现步骤
拖动节点,如图所示
G6 Version / G6 版本
🆕 5.x
Operating System / 操作系统
Windows
Browser / 浏览器
Chrome
Additional context / 补充说明
No response
The text was updated successfully, but these errors were encountered: