cairoPatternSetExtend: cairoPatternSetExtend
Description
Sets the mode to be used for drawing outside the area of a pattern.
See CairoExtend for details on the semantics of each extend
strategy.Usage
cairoPatternSetExtend(pattern, extend)
Details
The default extend mode is CAIRO_EXTEND_NONE for surface patterns
and CAIRO_EXTEND_PAD for gradient patterns.