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
Drawing the whole zoom box as a single rectangle causes the dashes on
the "last" edge of the rectangle to keep shifting (basically depending
on the total length of the other three edges). Instead, draw the zoom
box as 4 separate lines always going from the "fixed" point (x0, y0)
towards to "mobile" point (x1, y1) so to avoid this effect.
0 commit comments