You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previous implementation incorrectly checked 'dx == 0' to detect
vertical edges, but dx is modified by Bresenham reduction. This caused
diagonal lines with integer slopes to incorrectly use the vertical
optimization, resulting in thin diagonal strokes disappearing.
0 commit comments