Is your feature request related to a problem?
Right now when drawing dots (so just tapping the canvas), it will create a simplified line between those dots, and continue drawing this path with every new tap on the canvas.
Desired solution (feature)
It should be possible to draw dots, so every tap on the canvas should create a dot.
Alternatives considered
There is this closed issue #5 but it seems like it is not solved yet. I also tried screwing around in react-natuve-draw/src/utils.ts , but i was not able to get it working. Would appreciate any help! :)
Anything else?
No response
Is your feature request related to a problem?
Right now when drawing dots (so just tapping the canvas), it will create a simplified line between those dots, and continue drawing this path with every new tap on the canvas.
Desired solution (feature)
It should be possible to draw dots, so every tap on the canvas should create a dot.
Alternatives considered
There is this closed issue #5 but it seems like it is not solved yet. I also tried screwing around in react-natuve-draw/src/utils.ts , but i was not able to get it working. Would appreciate any help! :)
Anything else?
No response