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

/inkscape/share/extensions/
H A Dsimplepath.rb64 def parsePath(d) method
H A Dcubicsuperpath.py162 def parsePath(d): function
163 return CubicSuperPath(simplepath.parsePath(d))
H A Dsimplepath.py73 def parsePath(d): function
/inkscape/share/extensions/ink2canvas/
H A Dsvg.py21 from simplepath import parsePath namespace
206 return parsePath(self.attr("d"))

Completed in 21 milliseconds