swechhasingh / Handwriting-synthesis

Implementation of "Generating Sequences With Recurrent Neural Networks" https://arxiv.org/abs/1308.0850
MIT License
217 stars 30 forks source link

Can't use with Surface Pen #5

Open matthewfcarlson opened 4 years ago

matthewfcarlson commented 4 years ago

Awesome project. Tried to use my surface pen and it didn't like it. My guess it the way that input is handled. Uncaught TypeError: Cannot read property 'clientX' of undefined at alert_coords (draw:100) at mouseUp (draw:121) at SVGSVGElement.ontouchend (draw:87) alert_coords @ draw:100 mouseUp @ draw:121 ontouchend @ draw:87

https://imgur.com/a/Yh9QbIT