Skip to main content

move-to

move-to() 

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)

The coordinate to move to.