Nice ellipse on a canvas?

后端 未结 3 862
感情败类
感情败类 2020-12-11 23:26

Is it possible to create ovals/ellipses with nicer strokes that have not that \"blurred\" border similar to:

  • http://www.html5canvastutorials.com/kineticjs/html
3条回答
  •  有刺的猬
    2020-12-11 23:46

    Yes, you can! Here's the result of calling context.stroke() 25 times instead of just once:

    non-blurry ellipse

    For comparison, here's the original:

    blurry ellipse

提交回复
热议问题