Diffusion Krita 528461bb8d85

Fix 1px offset on line tool

Authored by vanyossi on Sep 9 2019, 3:56 AM.

Description

Fix 1px offset on line tool

Line algorithm is correct for renders of point A to B, but on
line tool we create subsegments for every stroke sensor
variation. This fix makes the points on those segments
to be consistent to dda line algorythm on 1px brushes.