MCPcopy Create free account
hub / github.com/coldtype/coldtype / moveto

Method moveto

examples/axidraw/nextdraw.py:129–131  ·  view source on GitHub ↗
(self, x, y)

Source from the content-addressed store, hash-verified

127 self.ad = ad
128
129 def moveto(self, x, y):
130 self.ad.moveto(x, y)
131 return self
132
133 def penup(self):
134 self.ad.penup()

Callers 4

_moveToMethod · 0.45
drawMethod · 0.45
dip_penFunction · 0.45
_drawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected