Results 2 issues of Mark

### 问题描述 ![image](https://user-images.githubusercontent.com/16110230/180755358-4bd96c68-b557-4fe5-a6f5-0a3d3f0530fd.png) 如何将2和3的线合并,然后各自指向4和5? 实现类似效果: ![image](https://user-images.githubusercontent.com/16110230/180755802-9ad59bbf-5c57-437a-8a5f-dd8ed2cf281d.png) ### 重现链接 https://codesandbox.io/s/optimistic-keldysh-giiym9?file=/index.js ### 重现步骤 问题在于,我想要获取到4和5的中间值坐标,然后根据registerEdge画出path。 但是在4的draw回调中,无法获取到5的位置,求解。 ### 预期行为 将2和3的线合并 ### 平台 - 操作系统: [macOS, Windows, Linux, React Native ...] - 网页浏览器: [Google Chrome,...

pictureList的值需要提前定义好吗? pictureList original为何不能异步获取