nhn / tui.image-editor

🍞🎨 Full-featured photo image editor using canvas. It is really easy, and it comes with great filters.
http://ui.toast.com/tui-image-editor
MIT License
6.83k stars 1.26k forks source link

fix: avoid creating 0-size line and shape #892

Open wenstionly opened 8 months ago

wenstionly commented 8 months ago

It's no necessary to create line/shape when just click the canvas without any movement. The line/shape with zero width and zero height will not be able to resize when it been created.