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

Method lineTo

Lib/pagebot/contexts/flatcontext/flatcontext.py:1196–1198  ·  view source on GitHub ↗
(self, p)

Source from the content-addressed store, hash-verified

1194 pass
1195
1196 def lineTo(self, p):
1197 p = self.translatePoint(p)
1198 super().lineTo(p)
1199
1200 def bezierPathByFlatteningPath(self, path):
1201 """TODO: Make our own version of the NSBezier flatten path function."""

Callers 2

getGlyphPathMethod · 0.45
polygonMethod · 0.45

Calls 1

translatePointMethod · 0.45

Tested by

no test coverage detected