Package: cairo
Function cairo:mesh-pattern-begin-patch
Lambda Listcairo:mesh-pattern-begin-patch (pattern) ArgumentsDetails
Begin a patch in a mesh pattern.
After calling this function, the patch shape should be defined with the cairo:mesh-pattern-move-to, cairo:mesh-pattern-line-to and cairo:mesh-pattern-curve-to functions. After defining the patch, the cairo:mesh-pattern-end-patch function must be called before using the pattern as a source or mask. Notes | See also |
2025-1-19