Package: cairo
Function cairo:source
Lambda Listcairo:source (cr) SyntaxArgumentsDetails Gets or sets the source pattern for cr.
The source pattern is owned by Cairo. To keep a reference to it, you must call the cairo:pattern-reference function. The source pattern will be used for any subsequent drawing operation until a new source pattern is set. The default source pattern is a solid pattern that is opaque black, that is, it is equivalent to (cairo:set-source-rgb cr 0.0 0.0 0.0) Notes | See also |
2025-09-20