Alex1990 / drawing-board

A simple drawing board supports real-time collaboration.
MIT License
0 stars 0 forks source link

When drawing a line or eraser something, use bezier curve to instead of straight line #7

Open Alex1990 opened 6 years ago

Alex1990 commented 6 years ago

Use quadraticCurveTo() method. http://perfectionkills.com/exploring-canvas-drawing-techniques/