Drawing arrows on an HTML page to visualize semantic links between textual spans

前端 未结 10 1540
轮回少年
轮回少年 2020-11-30 18:56

I have an HTML page with some textual spans marked up something like this:

...
p50
...


        
10条回答
  •  自闭症患者
    2020-11-30 19:22

    You can use this library: just annotate your SVG lines with the ids of the source & target element. It uses MutationObserver to observe changes in the connected elements.

提交回复
热议问题