Dashed Curves on Html5 Canvas Bezier

后端 未结 2 2183
悲哀的现实
悲哀的现实 2021-02-15 01:27

For one of my application I would need to draw a dashed curves on the bezier path in Html5 canvas... The dash\' length and gaps in between should be variable... It is achivable

2条回答
  •  闹比i
    闹比i (楼主)
    2021-02-15 02:01

    In the future we might be able to use context.setLineDash(segments) : http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#line-styles

提交回复
热议问题