Searched defs:zSort (Results 1 - 4 of 4) sorted by relevance

/inkscape/share/extensions/
H A Dinterp_att_g.py26 from pathmodifier import zSort namespace
125 sorted_ids = zSort(self.document.getroot(),self.selected.keys())
H A Drestack.py25 from pathmodifier import zSort namespace
198 for id_ in zSort(self.document.getroot(), self.selected.keys()):
H A Dpathmodifier.py48 def zSort(inNode,idList): function
56 sortedList+=zSort(child,idList)
H A Dpathscatter.py49 def zSort(inNode,idList): function
57 sortedList+=zSort(child,idList)
161 idList=zSort(self.document.getroot(),idList)

Completed in 62 milliseconds