Searched refs:pathmodifier (Results 1 - 8 of 8) sorted by relevance
/inkscape/share/extensions/test/ |
H A D | pathmodifier.test.py | 3 # This is only the automatic generated test file for ../pathmodifier.py 13 from pathmodifier import *
|
/inkscape/share/extensions/ |
H A D | rubberstretch.py | 22 import inkex, cubicsuperpath, bezmisc, pathmodifier namespace 25 class RubberStretch(pathmodifier.Diffeo): 27 pathmodifier.Diffeo.__init__(self)
|
H A D | pathalongpath.py | 42 import pathmodifier namespace 98 class PathAlongPath(pathmodifier.Diffeo): 100 pathmodifier.Diffeo.__init__(self) 135 idList=pathmodifier.zSort(self.document.getroot(),idList)
|
H A D | pathscatter.py | 44 import pathmodifier namespace 112 class PathScatter(pathmodifier.Diffeo): 114 pathmodifier.Diffeo.__init__(self) 233 bbox=pathmodifier.computeBBox([self.patternNode])
|
H A D | dimension.py | 44 import pathmodifier namespace 49 class Dimension(pathmodifier.PathModifier):
|
H A D | interp.py | 19 import inkex, cubicsuperpath, simplestyle, copy, math, bezmisc, simpletransform, pathmodifier namespace 132 sorted_ids = pathmodifier.zSort(self.document.getroot(),self.selected.keys())
|
H A D | restack.py | 25 from pathmodifier import zSort
|
H A D | interp_att_g.py | 26 from pathmodifier import zSort
|
Completed in 28 milliseconds