paths can not be merged

i have different paths which were imported, but i can not merge them by removing duplicate paths. I noticed that the left path’s handles are merged together while the right paths’ handls are not. I don’t know whether this is related. how to sove it and how to break the merged handles. Thanks for your help.

By the way, the latest version v3513 introduced a problem in smart component. if i change height, the parameter “width” will be changed simultaneously, which were not set so.

Those aren’t “merged handles”, those are quadratic outlines.

Merging quadratic and cubic outlines is not possible. You’ll have to convert either the quadratic to cubic, or the cubic to quadratic, and then merge.

Actually only cubic curves can be merged. So you need to convert all to cubic (Path > Other > Convert to Cubic).

1 Like

I have fixed the smart components already. Will be fixed in the next update.

thanks.

thanks