adobe-webplatform / Snap.svg

The JavaScript library for modern SVG graphics.
http://snapsvg.io
Apache License 2.0
13.94k stars 1.15k forks source link

Document.createTouch() is deprecated #601

Open webmaster777 opened 5 years ago

webmaster777 commented 5 years ago

source: https://developer.mozilla.org/en-US/docs/Web/API/Document/createTouch

https://github.com/adobe-webplatform/Snap.svg/blob/b242f49e6798ac297a3dad0dfb03c0893e394464/src/mouse.js#L17

this should be replaced with some other way to check for touch capabilities

ashgibson commented 3 years ago

This has been resolved in this pull request - https://github.com/adobe-webplatform/Snap.svg/pull/616

Any chance of getting this merged?