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

Method drawPath

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

Source from the content-addressed store, hash-verified

1157 self.drawShapePath()
1158
1159 def drawPath(self, path=None, p=None, sx=1, sy=None):
1160 self.drawShapePath()
1161
1162 def drawShapePath(self):
1163 """Renders the existing Bézier path as a Flat vector graphic."""

Callers

nothing calls this directly

Calls 1

drawShapePathMethod · 0.95

Tested by

no test coverage detected