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 cairo:mesh-pattern-line-to function this function will behave as (cairo:mesh-pattern-move-to pattern x y)After this call the current point will be (x,y). Notes | See also |
2025-1-19