Drawing Dashed lines on HTML5 Canvas?

后端 未结 5 841
盖世英雄少女心
盖世英雄少女心 2020-12-29 20:31

I would like to draw some dashed lines on HTML5 canvas. But I couldn\'t find there is such a feature. the canvas path could only draw solid lines. And people have tried to u

5条回答
  •  一向
    一向 (楼主)
    2020-12-29 20:56

    FYI - dotted and dashed lines are part of some new canvas features that are now in the spec - and already implemented in Chrome (and now - Jan 2020 - probably other browsers too).

提交回复
热议问题