mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-06 19:00:22 +01:00
Document EXTEND_REFLECT and EXTEND_PAD as implemented for surfaces since 1.6
This commit is contained in:
parent
657b348e01
commit
abe6f9541e
1 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue