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
Currently we're using BezPath directly, but a contour has more explicit constraints than a BezPath; most importantly BezPath supports the idea of multiple subpaths, whereas a contour is always a single subpath.
This does not feel high priority, but worth capturing as a future ergonomics improvement.
The text was updated successfully, but these errors were encountered:
Currently we're using
BezPath
directly, but a contour has more explicit constraints than a BezPath; most importantly BezPath supports the idea of multiple subpaths, whereas a contour is always a single subpath.This does not feel high priority, but worth capturing as a future ergonomics improvement.
The text was updated successfully, but these errors were encountered: