Searched refs:pathmodifier (Results 1 - 8 of 8) sorted by relevance

/inkscape/share/extensions/test/
H A Dpathmodifier.test.py3 # This is only the automatic generated test file for ../pathmodifier.py
13 from pathmodifier import *
/inkscape/share/extensions/
H A Drubberstretch.py22 import inkex, cubicsuperpath, bezmisc, pathmodifier namespace
25 class RubberStretch(pathmodifier.Diffeo):
27 pathmodifier.Diffeo.__init__(self)
H A Dpathalongpath.py42 import pathmodifier namespace
98 class PathAlongPath(pathmodifier.Diffeo):
100 pathmodifier.Diffeo.__init__(self)
135 idList=pathmodifier.zSort(self.document.getroot(),idList)
H A Dpathscatter.py44 import pathmodifier namespace
112 class PathScatter(pathmodifier.Diffeo):
114 pathmodifier.Diffeo.__init__(self)
233 bbox=pathmodifier.computeBBox([self.patternNode])
H A Ddimension.py44 import pathmodifier namespace
49 class Dimension(pathmodifier.PathModifier):
H A Dinterp.py19 import inkex, cubicsuperpath, simplestyle, copy, math, bezmisc, simpletransform, pathmodifier namespace
132 sorted_ids = pathmodifier.zSort(self.document.getroot(),self.selected.keys())
H A Drestack.py25 from pathmodifier import zSort
H A Dinterp_att_g.py26 from pathmodifier import zSort

Completed in 28 milliseconds