mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-09 04:58:04 +02:00
Fix doc typo.
This commit is contained in:
parent
731925f00a
commit
a443a42158
1 changed files with 1 additions and 1 deletions
|
|
@ -309,7 +309,7 @@ slim_hidden_def(cairo_matrix_multiply);
|
|||
* @dy: Y component of a distance vector. An in/out parameter
|
||||
*
|
||||
* Transforms the distance vector (@dx,@dy) by @matrix. This is
|
||||
* similar to cairo_matrix_transform() except that the translation
|
||||
* similar to cairo_matrix_transform_point() except that the translation
|
||||
* components of the transformation are ignored. The calculation of
|
||||
* the returned vector is as follows:
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue