[cairo-commit] cairo/doc/public/tmpl cairo-matrix.sgml,1.11,1.12
Carl Worth
commit at pdx.freedesktop.org
Tue Aug 23 23:13:37 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo/doc/public/tmpl
In directory gabe:/tmp/cvs-serv12989/doc/public/tmpl
Modified Files:
cairo-matrix.sgml
Log Message:
2005-08-23 Carl Worth <cworth at cworth.org>
* doc/public/tmpl/cairo-matrix.sgml: Minor doc edits.
Index: cairo-matrix.sgml
===================================================================
RCS file: /cvs/cairo/cairo/doc/public/tmpl/cairo-matrix.sgml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- cairo-matrix.sgml 24 Aug 2005 05:48:13 -0000 1.11
+++ cairo-matrix.sgml 24 Aug 2005 06:13:35 -0000 1.12
@@ -12,7 +12,7 @@
#cairo_matrix_t is used throughout cairo to convert between different
coordinate spaces. A #cairo_matrix_t holds an affine transformation,
such as a scale, rotation, shear, or a combination of these.
- The transformation on a point (<literal>x</literal>,<literal>y</literal>)
+ The transformation of a point (<literal>x</literal>,<literal>y</literal>)
is given by:
</para>
<programlisting>
@@ -21,8 +21,8 @@
</programlisting>
<para>
The current transformation matrix of a #cairo_t, represented as a
- #cairo_matrix_t, defines the transformation from user space
- coordinates to device coordinates. See cairo_get_matrix() and
+ #cairo_matrix_t, defines the transformation from user-space
+ coordinates to device-space coordinates. See cairo_get_matrix() and
cairo_set_matrix().
</para>
More information about the cairo-commit
mailing list