
I can fix that by enabling fixation eg like in here:

But then if I set brush size to small, brush dabs are visible. And it may not be optimal for big brushes (to many brush dabs = slow).
So I wish there were options for brush spacing:
- wide (this would be the current 0.0 spacing when fixation is disabled)
- medium (maybe half of wide?)
- small (possibly half of medium?).
Or maybe another way of calculating how spacing is calculated could help? I assume currently PSS is calculating spacing in relation to brush size in linear fashion (meaning 2x brush size, gives 2x bigger brush spacing). But maybe spacing could be calculated as square root of brush size?
spacing = sqrt(brush size). This would reduce the stepping effect when using brush size. Obviously this would affect the performance in negative way...