How Can I draw a Text Along arc path with HTML 5 Canvas?

后端 未结 4 1415
走了就别回头了
走了就别回头了 2020-12-09 07:29

I want to draw a canvas graphic like this flash animation: http://www.cci.com.tr/tr/bizi-taniyin/tarihcemiz/

I drew six arcs and I want to write six words in these

4条回答
  •  醉酒成梦
    2020-12-09 07:43

    You can't in any built in way. Please note that SVG natively does support text along paths, so you might want to consider SVG instead!

    But you can write custom code in order to achieve the same effect, as some of us did for this question here: HTML5 Canvas Circle Text

提交回复
热议问题