Package: cairo
Function cairo-set-source
Lambda Listcairo-set-source (cr source) ArgumentsDetails Sets the source pattern within cr to source.
This pattern will then 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) Note | See also |
*2021-12-17