Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
163 views
in Technique[技术] by (71.8m points)

SVG marker hover

I would like to display tooltips on markers setup on a <path> element.

As several old posts pointed out, any events are not processed on markers as defined by the official SVG standard.

Links:

SVG Marker onHover Event (Graph)

Chrome SVG marker element onmouseover

Questions:

  • Since the linked questions are a few years old, is there an update to this? Is this still the case in the current 2021 world to not be able to receive events on marker elements?
  • Is there an alternative that is easy to implement and results in fast code for large sets of markers? My only idea currently is to render invisible <circle> elements on top of every marker in order to properly process events. Are there better options?
question from:https://stackoverflow.com/questions/66067018/svg-marker-hover

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...