Combine two simple yet overlapping paths. How?
-
I cant figure out how to combine two simple yet overlapping paths (A) into the same shape (B). What is quickest praxis in VS?

-
@Raaskot Here the two shapes (in A) are already combined into a composite shape, so you have to "Object -> Break Apart" first and then use Union to get B.
-
@VectorStyler
Good.
Yet I couldn't replicate your solution without selecting Separate Path also ...