Package: cairo
Function cairo:mesh-pattern-curve-to
Lambda Listcairo:mesh-pattern-curve-to (pattern x1 y1 x2 y2 x3 y3) ArgumentsDetails
Adds a cubic Bézier spline to the current patch from the current point to position (x3,y3) in pattern-space coordinates, using (x1,y1) and (x2,y2) as the control points. If the current patch has no current point before the call to the cairo:mesh-pattern-curve-to function, this function will behave as if preceded by a call (cairo:mesh-pattern-move-to pattern x1 y1)After this call the current point will be (x3,y3). NotesLisp Implementation | See also |
2025-1-19