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

/inkscape/share/extensions/
H A Dgcodetools.py1898 def csp_offset(csp, r) : function
6147 offsetted_subpath = csp_offset([offsetted_subpath], r if not csp_subpath_ccw(offsetted_subpath) else -r )
6204 offsetted_subpath = csp_offset([offsetted_subpath], width if not csp_subpath_ccw(offsetted_subpath) else -width )
6722 offset_ = csp_offset(cubicsuperpath.parsePath(path.get("d")), offset)

Completed in 29 milliseconds