Skip to content

Commit

Permalink
cairo: docu fix for cairo_set_source_surface
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Janik authored and Benjamin Otte committed Sep 23, 2010
1 parent 4cf5260 commit 75e2b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cairo.c
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,7 @@ cairo_set_source_rgba (cairo_t *cr,
* The @x and @y parameters give the user-space coordinate at which
* the surface origin should appear. (The surface origin is its
* upper-left corner before any transformation has been applied.) The
* @x and @y patterns are negated and then set as translation values
* @x and @y parameters are negated and then set as translation values
* in the pattern matrix.
*
* Other than the initial translation pattern matrix, as described
Expand Down

0 comments on commit 75e2b7c

Please sign in to comment.