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
Avoid using Bbox machinery in Path.get_extents; special case polylines.
update_from_data_xy is much slower than needed; we can use plain numpy
instead.
For polylines, we can completely skip the bezier handling for even more
speedup.
0 commit comments