Canvas: Is there a way to draw with canvas unlimited ... (more info... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Canvas: Is there a way to draw with canvas unlimited ... (more info...

Can we draw with canvas, like we draw with pen, without taking the pen off the paper? I drew with bezierCurveTo(), but it has a limit, only about 8 values at a time. I want to know If we can just keep drawing without taking the pen off the paper.

9th Jul 2019, 1:39 AM
Ginfio
Ginfio - avatar
1 Answer
+ 1
Yes, you can. That's what paths are for - you can draw a continuous line (although you might need to use more functions).
9th Jul 2019, 4:48 AM
Airree
Airree - avatar