mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 09:58:12 +02:00
doc: fix typo
The pattern creation function call in the example code has one _mesh too much. This hopefully fixes the mesh mismatch mess :) Signed-off-by: Nis Martensen <nis.martensen@web.de> Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
4f81940749
commit
c7d8ec72e6
1 changed files with 1 additions and 1 deletions
|
|
@ -939,7 +939,7 @@ static const int mesh_control_point_j[4] = { 1, 2, 2, 1 };
|
|||
* cairo_mesh_pattern_begin_patch()/cairo_mesh_pattern_end_patch().
|
||||
*
|
||||
* <informalexample><programlisting>
|
||||
* cairo_pattern_t *pattern = cairo_mesh_pattern_create_mesh ();
|
||||
* cairo_pattern_t *pattern = cairo_pattern_create_mesh ();
|
||||
*
|
||||
* /* Add a Coons patch */
|
||||
* cairo_mesh_pattern_begin_patch (pattern);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue