svgdotjs / svg.resize.js

An extension of svg.js which allows to resize elements which are selected
MIT License
92 stars 67 forks source link

fix(pointer-events): add pointer events for chrome 55+ #27

Closed cglantschnig-zz closed 7 years ago

cglantschnig-zz commented 7 years ago

Chrome 55 onwards requires to use Pointer Events. (https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent)

Fuzzyma commented 7 years ago

What does happen when these events overlap? Can in happen? For example triggering a touch and a pointer event will lead to double execution of code