Dashed Curves on Html5 Canvas Bezier

后端 未结 2 1588
有刺的猬
有刺的猬 2021-02-15 01:15

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条回答
  •  时光说笑
    2021-02-15 01:59

    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

提交回复
热议问题