I have some quite complicated drawings with duplicate lines in random places. It would be great to be able to remove them with this extension, but I cannot get it to work. I am working on inkscape .92 and the extension shows up under cutlings but it does not seem to do anything.
I wrote the extension as I needed it for removing neighbour nodes on the same path - duplicated or very close. Removing nodes that overlap between different paths or parts of paths will be quite another code - a lot more to search for than just checking on the neighbour nodes. If my code will work as intended in .92 I do not know. It was written for v1.0 and up.
You could look into the removereduntant extension described here, but I do not know if it will work for your case as it seems many have had issues and maybe still have - especially if there is not an exact overlap of the nodes.
I have some quite complicated drawings with duplicate lines in random places. It would be great to be able to remove them with this extension, but I cannot get it to work. I am working on inkscape .92 and the extension shows up under cutlings but it does not seem to do anything.
Is there any advice for me?
Thanks for reading
Aaron
I wrote the extension as I needed it for removing neighbour nodes on the same path - duplicated or very close. Removing nodes that overlap between different paths or parts of paths will be quite another code - a lot more to search for than just checking on the neighbour nodes. If my code will work as intended in .92 I do not know. It was written for v1.0 and up.
You could look into the removereduntant extension described here, but I do not know if it will work for your case as it seems many have had issues and maybe still have - especially if there is not an exact overlap of the nodes.