no message
This commit is contained in:
parent
95b497075b
commit
253479da32
@ -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]
|
||||
|
||||
|
Reference in New Issue
Block a user