How can I merge the two bezier vertices occupying the same space pictured below? Typically, I merge bezier vertices like so:
- Make sure the vertices are occupying the same space.
- Select both vertices and hit F to create a segment.
- Select one of the original vertices and hit X -> Vertices to delete the vertex that is no longer needed (this usually takes some trial and error).
This method worked for the vertex in the upper left of the image, which fused a straight horizontal segment to a curved segment. However, when I try to delete one of the original vertices to avoid having a segment between two vertices in the same position, it messes up one side of the curve or the other.
