dy / pan-zoom

Pan / zoom for any element
MIT License
88 stars 15 forks source link

Pinch coordinate y0 value #21

Closed soulfresh closed 4 years ago

soulfresh commented 4 years ago

What does this PR do?

Fixes a defect with the pinch coordinates x0/y0 where the y0 value is always the same as x0. I assume this is a bug but maybe I'm missing something.

I also added budo to the dev dependencies since it's necessary to run the demo but I could remove that.