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

/inkscape/share/extensions/
H A Dsimplepath.rb161 def formatPath(a) method in class:parsePath
H A Dcubicsuperpath.py165 def formatPath(p): function
166 return simplepath.formatPath(unCubicSuperPath(p))
H A Dfoldablebox.py24 from simplepath import formatPath namespace
88 line_atts = { 'style':line_style, 'id':box_id+'-inner-close-tab', 'd':formatPath(line_path) }
104 line_atts = { 'style':line_style, 'id':box_id+'-upper-close-tab', 'd':formatPath(line_path) }
120 line_atts = { 'style':line_style, 'id':box_id+'-upper-right-tab', 'd':formatPath(line_path) }
134 line_atts = { 'style':line_style, 'id':box_id+'-upper-left-tab', 'd':formatPath(line_path) }
149 line_atts = { 'style':line_style, 'id':box_id+'-left-tab', 'd':formatPath(line_path) }
160 line_atts = { 'style':line_style, 'id':box_id+'-front', 'd':formatPath(line_path) }
173 line_atts = { 'style':line_style, 'id':box_id+'-right', 'd':formatPath(line_path) }
186 line_atts = { 'style':line_style, 'id':box_id+'-back', 'd':formatPath(line_path) }
199 line_atts = { 'style':line_style, 'id':box_id+'-left', 'd':formatPath(line_pat
[all...]
H A Dsimplepath.py165 def formatPath(a): function

Completed in 11 milliseconds