Package: cairo
Function cairo-mesh-pattern-line-to
Lambda Listcairo-mesh-pattern-line-to (pattern x y) ArgumentsDetails
Adds a line to the current patch from the current point to position (x, y) in pattern-space coordinates. If there is no current point before the call to the function cairo-mesh-pattern-line-to this function will behave as (cairo-mesh-pattern-move-to pattern x y)After this call the current point will be (x, y). Note | See also |
2020-12-13