HTML Canvas - Dotted stroke around circle

前端 未结 5 1873
陌清茗
陌清茗 2021-01-02 17:06

I do know there is no native support for doing dotted stroke lines rendered on a canvas, but I have seen the clever ways people have been able to generate support for this.<

5条回答
  •  情话喂你
    2021-01-02 17:52

    My JavaScript Path library implements dashed and dotted drawing of arbitrary paths (which can be composed of any number of straight or curved segments), including ellipses. Download it and check out the examples.

提交回复
热议问题