Package: cairo
Function cairo:pattern-extend
Lambda Listcairo:pattern-extend (pattern) SyntaxArgumentsDetails              The cairo:pattern-extend function gets the current extend mode for a
    pattern.    The (setf cairo:pattern-extend) function sets the mode to be used for drawing  outside the area of a pattern. See the cairo:extend-t enumeration for
  details on the semantics of each extend strategy. The default extend mode is :none for surface patterns and :pad for gradient patterns.  | See also | 
2025-09-20