no message

This commit is contained in:
leyghisbb 2020-08-30 11:32:02 +02:00
parent 95b497075b
commit 253479da32

View File

@ -116,7 +116,7 @@ class JoinPathsOptimEffect(inkex.Effect):
pathNodes = self.document.xpath('//svg:path',namespaces=inkex.NSS)
paths = {p.get('id'): getPartsFromCubicSuper(CubicSuperPath(p.get('d'))) for p in pathNodes }
#paths.keys() Order disturbed
pathIds = [p.get('id') for p in pathNodes]