why auto remove previous line, when draw new line? #71
Replies: 1 comment
-
The line is created from a list of points, stored in your Whenever If you want to draw multiple lines, you need multiple lists of points. You can do it by: converting
Then
And
(all this code is untested, but the idea should be correct!) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
i'm draw something automatic line remove previous line.
how can we show all line?
see this example.. https://codesandbox.io/s/perfect-freehand-example-biwyi?fontsize=14&hidenavigation=1&theme=dark&file=/src/App.js
Beta Was this translation helpful? Give feedback.
All reactions