embiem / react-canvas-draw

React Component for drawing in canvas
https://embiem.github.io/react-canvas-draw/
MIT License
892 stars 315 forks source link

Is there a way to remove catenary ? #115

Closed remi95 closed 3 years ago

remi95 commented 3 years ago

This is not easy to draw correctly with the catenary. Please, is there a way to remove it, and draw directly with the pointer ? I only see the prop catenaryColor...

If not, I think it's a needed feature !

aboveyunhai commented 3 years ago

set lazyRadius to 0

remi95 commented 3 years ago

That's perfect ! Thanks a lot !