[BUG] Glitchy strokes when drawing fast

When I draw very fast, the strokes glitch out and become very jagged. Normally there’s a slight jag in the beginning, but if I draw fast enough, the whole ending gets annihilated.

Windows 7 64bit

Newest Pencil dev version (Dec 09). This has always happened though, but I was too busy learning the program to report it.

Happens with both tablet and mouse.

It’s feature of Qt library on which Pencil is based. Qt makes input event compression when there are a lot of events. So your mouse/tablet input events get compressed (i.e. some of them get removed) when you draw very fast.

Thank you, @well-wisher

This is an annoying issue, we will try to fix it in the future.