fix pointy paths in create links
This commit is contained in:
parent
68cf9bd6e6
commit
062317c97f
@ -280,6 +280,7 @@ class LinksCreator(inkex.EffectExtension):
|
|||||||
length = length - dash
|
length = length - dash
|
||||||
idash = (idash + 1) % len(dashes)
|
idash = (idash + 1) % len(dashes)
|
||||||
dash = dashes[idash]
|
dash = dashes[idash]
|
||||||
|
if sub[-1] != sub[i]: #avoid pointy paths
|
||||||
if idash % 2:
|
if idash % 2:
|
||||||
new.append([sub[i]])
|
new.append([sub[i]])
|
||||||
else:
|
else:
|
||||||
|
Reference in New Issue
Block a user