Lines Matching refs:paths
31 'Join paths with lines or polygons'),
38 paths = []
41 paths.append(node)
42 if len(paths) < 2:
43 inkex.errormsg(_('Need at least 2 paths selected'))
46 pts = [cubicsuperpath.parsePath(paths[i].get('d'))
47 for i in range(len(paths))]
49 for i in range(len(paths)):
50 if 'transform' in paths[i].keys():
51 trans = paths[i].get('transform')
55 for n1 in range(0, len(paths)):
56 for n2 in range(n1 + 1, len(paths)):
71 paths[0].xpath('..')[0].append(ele)
77 paths[0].xpath('..')[0].append(g)