Jeftaei / draw

0 stars 0 forks source link

Missing pixels when drawing #10

Closed Jeftaei closed 3 months ago

Jeftaei commented 3 months ago
          trying to draw a dot in one spot also leads to one being draw in the previous cursor_pos which will never be the same position

Originally posted by @Jeftaei in https://github.com/Jeftaei/draw/issues/6#issuecomment-2119585706

Jeftaei commented 3 months ago

my hack-y fix for this (forcing drawing in 1 spot if previous pos was within 1 pixel) ends up skipping pixels when drawing if the positions were too close (most of the time)

Jeftaei commented 3 months ago

fixed with c5aa320