krassowski / Anki-TouchScreen

Touchscreen functionality for Anki
https://ankiweb.net/shared/info/1631622775
GNU General Public License v3.0
25 stars 13 forks source link

Please fix the problem #11

Open Woody999 opened 5 years ago

Woody999 commented 5 years ago

When it comes to Anki 2.0, writing on my surface pro 4 works great. But everything is becoming abnormal, when I switch to Anki 2.1. I can't write anything on it. Please fix it. Thanks a million.

lovac42 commented 5 years ago

on 2.1, drawing operations are moved to ts_redraw which also calls ctx.clearRect. This is basically clearing the canvas and redrawing the paths each time the mouse moves. So once you get to more than 20 paths saved, it starts to lag.

Attempted fix: https://github.com/lovac42/CCBC-TouchScreen/releases (But I also have my own settings in there...)

For tracking purposes, please properly title these bug reports.