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
Skip back-and-forth between pixels and points in contour code.
Text.get_window_extents returns pixels, which get_label_width converts
to points, only for all call sites to immediately convert back to
pixels. Just introduce a new internal API which uses pixels throughout,
and deprecate the old one.
0 commit comments