Last drawn point is being redrawn with bitmap shaders
Opened this issue · 0 comments
emilieroberts commented
After drawing a stroke, drawing a new stroke will cause the very last point of the previous stroke to be redrawn. This is noticeable with alpha brushes and demonstrates a slight darkening.
I wonder if this is a possible point that was not added from the previous stroke? Or a leftover extra point added to accommodate GL_LINES.