move-to
move-to(pt: coordinate,)
Sets the previous coordinate.
The previous coordinate can be used via ()
(empty coordinate).
It is also used as base for relative coordinates if not specified
otherwise.
circle((), radius: .25)
move-to((1,0))
circle((), radius: .15)
pt:
The coordinate to move to.