Purge Duplicate Path Nodes
https://gitlab.com/EllenWasbo/inkscape-extension-removeduplicatenodes
Annotation belonging to the lines
This extension might turn straight lines into strange looking "d" content like the following
#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
Keine Kommentare