Package: cairo

Function cairo-move-to

Lambda List

cairo-move-to (cr x y)

Arguments

cr -- a cairo-t context
x -- a double float x coordinate of the new position
y -- a double float y coordinate of the new position

Details

Begin a new sub-path. After this call the current point will be (x, y).
 

See also

*2021-12-12