Document EXTEND_REFLECT and EXTEND_PAD as implemented for surfaces since 1.6

This commit is contained in:
Carl Worth 2008-04-06 02:01:04 -07:00
parent 657b348e01
commit abe6f9541e

View file

@ -1789,10 +1789,10 @@ cairo_pattern_get_matrix (cairo_pattern_t *pattern,
* are fully transparent
* @CAIRO_EXTEND_REPEAT: the pattern is tiled by repeating
* @CAIRO_EXTEND_REFLECT: the pattern is tiled by reflecting
* at the edges (not implemented for surface patterns currently)
* at the edges (Implemented for surface patterns since 1.6)
* @CAIRO_EXTEND_PAD: pixels outside of the pattern copy
* the closest pixel from the source (Since 1.2; not implemented
* for surface patterns currently)
* the closest pixel from the source (Since 1.2; but only
* implemented for surface patterns since 1.6)
*
* #cairo_extend_t is used to describe how the area outside
* of a pattern will be drawn.