-
-
Notifications
You must be signed in to change notification settings - Fork 955
Boolean operations on open path #2563
-
I have a circle and I want to subtract a blob that overlaps it, leaving the disconnected segments. When I do the binary operation though it tries to close each resulting segment. Is there a way to open the closed segments, or to do a binary op that results in segments instead of closed paths?
Beta Was this translation helpful? Give feedback.
All reactions
This isn't currently supported but will be someday. You can add a Path node after the operation and use the Path tool to manually delete some segments (notice the keyboard controls in the hints bar at the bottom of the app).
Replies: 1 comment
-
This isn't currently supported but will be someday. You can add a Path node after the operation and use the Path tool to manually delete some segments (notice the keyboard controls in the hints bar at the bottom of the app).
Beta Was this translation helpful? Give feedback.