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

/inkscape/share/extensions/
H A Dpixelsnap.py247 def pathxy(self, path, i, setval=None): member in class:PixelSnapEffect
294 x, y = self.pathxy(path, i)
374 prev_xy = self.pathxy(path, -1)
375 first_xy = self.pathxy(path, 0)
378 xy = self.pathxy(path, i)
385 next_xy = self.pathxy(path, i+1)

Completed in 10 milliseconds