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
特性描述 / Feature Description
实现图形与图形之间绑定连线的功能,任意图形拖动时连线绑定关系不变
解决方案描述 / Solution Description
创建一个Line的自定义图形,该图形包含from和to两个属性,分别监听from和to的图形的拖拽事件,来更新line图形的形状.
从而实现视觉上图形连接的效果
技术实现建议 / Technical Implementation Suggestions
https://konvajs.org/docs/sandbox/Connected_Objects.html
截图/图片 / Screenshots/Images
参考 / References
The text was updated successfully, but these errors were encountered:
JessYan0913
When branches are created from issues, their pull requests are automatically linked.
Feature Request / 功能请求
特性描述 / Feature Description
实现图形与图形之间绑定连线的功能,任意图形拖动时连线绑定关系不变
解决方案描述 / Solution Description
创建一个Line的自定义图形,该图形包含from和to两个属性,分别监听from和to的图形的拖拽事件,来更新line图形的形状.
从而实现视觉上图形连接的效果
技术实现建议 / Technical Implementation Suggestions
https://konvajs.org/docs/sandbox/Connected_Objects.html
截图/图片 / Screenshots/Images
参考 / References
备注 / Notes
The text was updated successfully, but these errors were encountered: