u01ai11 / MouseView.js

Attentional mouse tracking. Alternative to online eye tracking. Eye tracking without the eyes!
https://mouseview.org
MIT License
54 stars 10 forks source link

HTML2CANVAS offset in image #3

Open u01ai11 opened 4 years ago

u01ai11 commented 4 years ago

Need to fix the screen-capture so offset and scale match the vewport.

Also it seems to be capturing the entire page after scrolling, rather than what is currently viewable on the viewport.

u01ai11 commented 4 years ago

Partially fixed the scaling and offset issue with this commit:

https://github.com/u01ai11/MouseView.js/commit/0b17eef9971e1d9db43648c12e408411b71b86fb

u01ai11 commented 3 years ago

This needs checking