hh1412

Results 4 issues of hh1412

### Describe the bug / 问题描述 然后点击第二个rect取消选中时 第一个又选中了 正常应该是 取消第二个rect选中时 其他元素都不选中 https://github.com/antvis/G6/assets/100757902/dc714734-054f-4e5e-bd53-3d8b4471fe0f 以下是html代码 Document Document 点击增加node const Graph = window.G6.Graph const graph = new Graph({ container: document.getElementById("container"), data: { nodes:...

bug
v5

### Describe the bug / 问题描述 V5 给node添加一个角度 则连接桩的点会径向往外移动 浏览器版本 chrome 126.0.6478.116(正式版本) (64 位) 操作系统win10 64位 ### Reproduction link / 重现链接 https://g6-next.antv.antgroup.com/examples/element/node/#port ### Steps to Reproduce the Bug or Issue...

### Describe the bug / 问题描述 V5.0.4 缩放有bug 点击一个元素选中后 切到别的地方 然后失焦 再切回去就缩放不了 估计是失焦了状态没有续上 在Sandbox上 V5.0.4的失效 但是V5.0.17的正常 在本地的V5.0.4 和V5.0.17的缩放都失效 https://github.com/user-attachments/assets/9903c731-a1e0-4a8b-9ba8-7ca5dfe6e3d6 ### Reproduction link / 重现链接 https://codesandbox.io/p/sandbox/test-g6-zoom-canvas-zsmzrn ### Steps to Reproduce the...

### Describe the bug / 问题描述 当我知道图的位置和缩放状态1 我拖拽图改变位置到状态2 当我想使用translateTo回复到状态1时 位置不对 当zoom=1时 位置回复是正常的 也就是说当 zoom不等于1时 调用translateTo 图的位置不对 https://github.com/user-attachments/assets/9025bf95-f025-42d9-9c53-6c8613f2b549 ### Reproduction link / 重现链接 _No response_ ### Steps to Reproduce the Bug...