Package: cairo

Function cairo:mesh-pattern-end-patch

Lambda List

cairo:mesh-pattern-end-patch (pattern)

Arguments

pattern -- a cairo:pattern-t instance

Details

Indicates the end of the current patch in a mesh pattern. If the current patch has less than 4 sides, it is closed with a straight line from the current point to the first point of the patch as if the cairo:mesh-pattern-line-to function was used.

Note

If the pattern argument is not a mesh pattern then pattern will be put into an error status with a :pattern-type-mismatch value. If pattern has no current patch or the current patch has no current point, pattern will be put into an error status with a :invalid-mesh-construction value.
 

See also

2024-2-2