jvalen / pixel-art-react

Pixel art animation and drawing web app powered by React
https://www.pixelartcss.com/
MIT License
5.43k stars 306 forks source link

touchmove draws when touch point is outside the grid #23

Closed xgbuils closed 6 years ago

xgbuils commented 6 years ago

Hi,

I introduced a defect in #20 related to touchmove. If you start touching in the grid and moving to the right out of grid boundaries, some cells of the grid are painted. This is because horitzontal coordinate should be lower than columns and this validition is not performed.

Cheers!