How to make smooth edges of draw line

hi…!
I want to make smooth edges of line drawn with primitive drawing plugin. as you can see saw like edges of lines. Is there any way to do in javascript like described in this article codetheory.in/html5-canvas-drawi … th-edges….

is there any way to make smooth edges of draw line

PIXI doesn’t totally support anti-aliasing draw (it seems that only works on Chrome), so you can’t achieve it even through JavaScript :frowning: