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
Further refinement of marker placement and snapping.
Since paths (particularly marker paths, which are centered at (0, 0)) can cross the origin, it is better to round using floor() than round() (which rounds toward 0).
Markers are placed correctly with respect to the snapping of the axes that contains them.
The clipbox calculation has been adjusted to match the snapping of the axes rectangle.
0 commit comments