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
I assume you are talking about the Path in pathfinder_canvas ?
It doesn't even need to call flush. Just call bounds() on the outlines and current_contour and compute their union.
there's no way to get the bounding box of a path without cloning the path and calling into_outline on the clone. this is slow.
The text was updated successfully, but these errors were encountered: