If you draw too fast, the most recent portions of your line will jitter and occasionally replace your line with a straight line between the last "stable" line end and your cursor position. Likely due to faulty locking logic.
Live path updates are disabled for now, opting to save paths at the end of each stroke. This should improve performance, and reliability, though I would like to introduce live strokes as an option.
If you draw too fast, the most recent portions of your line will jitter and occasionally replace your line with a straight line between the last "stable" line end and your cursor position. Likely due to faulty locking logic.