Drawing Canvas
Develop games in your browser. Powerful, performant & highly capable.
Are you trying to draw a line?
Save the coordinates of touch in a variable at the end of each tick, and draw a line from those coordinates to the current coordinates. Draw the dots as well, to keep it smooth when changing directions.
im trying to draw smooth circle line, do you have any example to understand more better
any one help ?