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

Method curveTo

Lib/pagebot/contexts/flatcontext/flatcontext.py:1173–1177  ·  view source on GitHub ↗
(self, bcp1, bcp2, p)

Source from the content-addressed store, hash-verified

1171 super().moveTo(p)
1172
1173 def curveTo(self, bcp1, bcp2, p):
1174 bcp1 = self.translatePoint(bcp1)
1175 bcp2 = self.translatePoint(bcp2)
1176 p = self.translatePoint(p)
1177 super().curveTo(bcp1, bcp2, p)
1178
1179
1180 '''

Callers 2

getGlyphPathMethod · 0.45
ovalMethod · 0.45

Calls 1

translatePointMethod · 0.45

Tested by

no test coverage detected