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 function cairo-mesh-pattern-curve-to, 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). Note | See also |
2020-12-25