Searched defs:formatPath (Results 1 - 4 of 4) sorted by relevance
/inkscape/share/extensions/ |
H A D | simplepath.rb | 161 def formatPath(a) method in class:parsePath
|
H A D | cubicsuperpath.py | 165 def formatPath(p): function 166 return simplepath.formatPath(unCubicSuperPath(p))
|
H A D | foldablebox.py | 24 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 D | simplepath.py | 165 def formatPath(a): function
|
Completed in 11 milliseconds