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 original code was functionally correct but semantically confusing.
The delta (sdx, sdy) was calculated relative to dst_x/dst_y but applied
to left/top in the rendering loop, which obscured the intent.
0 commit comments