MCPcopy Create free account
hub / github.com/PageBot/PageBot / drawPath

Method drawPath

Lib/pagebot/contexts/svgcontext/svgcontext.py:490–493  ·  view source on GitHub ↗
(self, path=None, p=None, sx=1, sy=None)

Source from the content-addressed store, hash-verified

488
489
490 def drawPath(self, path=None, p=None, sx=1, sy=None):
491 # TODO: call drawing.path() inside SvgBezierPath.draw()
492 #bezierpath = self._drawing.path()
493 print(self._bezierpath)
494 #
495
496 def shadow(self, eShadow, e=None):

Callers 15

drawRegistrationMarkFunction · 0.45
drawCropMarksFunction · 0.45
drawArrowFunction · 0.45
buildFrameMethod · 0.45
buildMethod · 0.45
buildMethod · 0.45
drawArrowMethod · 0.45
drawFlowConnectionsMethod · 0.45
drawArrowMethod · 0.45
drawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected