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 function cairo-mesh-pattern-line-to was used.

Note

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

See also

2020-12-12