# Purge Duplicate Path Nodes

[<span>https://gitlab.com/EllenWasbo/inkscape-extension-removeduplicatenodes</span>](https://gitlab.com/EllenWasbo/inkscape-extension-removeduplicatenodes)

[![grafik.png](https://wiki.stadtfabrikanten.org/uploads/images/gallery/2025-05/scaled-1680-/tznqWjdCakpl8OEJ-grafik.png)](https://wiki.stadtfabrikanten.org/uploads/images/gallery/2025-05/tznqWjdCakpl8OEJ-grafik.png)

# Annotation belonging to the lines

This extension might turn straight lines into strange looking "d" content like the following

```bash
#using the extension will make
m 47.127583,101.78891 h 9.944022 z
 
#to
M 47.1276 101.789 C 47.1276 101.789 57.0716 101.789 57.0716 101.789 C 57.0716 101.789 47.1276 101.789 47.1276 101.789 Z
 
#selecting the line and moving it up/down/left/right will turn it into
m 47.1276,101.789 c 0,0 9.944,0 9.944,0 0,0 -9.944,0 -9.944,0 z
```