Package: cairo
Function cairo:line-to
Lambda Listcairo:line-to (cr x y) ArgumentsDetails Adds a line to the path from the current point to position (x,y) in
user-space coordinates. After this call the current point will be (x,y). If there is no current point before the call to the cairo:line-to function this function will behave as: (cairo:move-to cr x y) Notes | See also |
2025-1-14