Create links in HTML canvas

前端 未结 5 589
终归单人心
终归单人心 2020-11-29 21:49

Is it possible to create html links out of text that is rendered in a canvas element?

5条回答
  •  半阙折子戏
    2020-11-29 22:22

    There is nothing built in to do it, but you can emulate the function of links if you wanted to. You can remember where the text is, color it differently, give it a different cursor when the user mouses-over that area, and redirect the user to another page when he or she clicks on it.

提交回复
热议问题