[cairo-commit] pycairo ChangeLog,1.183,1.184 NOTES,1.16,1.17

Steve Chaplin commit at pdx.freedesktop.org
Mon Oct 3 01:12:16 PDT 2005


Committed by: stevech1097

Update of /cvs/cairo/pycairo
In directory gabe:/tmp/cvs-serv20183

Modified Files:
	ChangeLog NOTES 
Log Message:
'SC'

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/pycairo/ChangeLog,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -d -r1.183 -r1.184
--- ChangeLog	28 Sep 2005 14:35:31 -0000	1.183
+++ ChangeLog	3 Oct 2005 08:12:14 -0000	1.184
@@ -1,3 +1,13 @@
+2005-10-03  Steve Chaplin  <steve1097 at yahoo.com.au>
+
+	* cairo/pycairo-matrix.c (matrix_get_xx, matrix_get_yx, matrix_get_xy)
+	(matrix_get_yy, matrix_get_x0, matrix_get_y0, matrix_get_value):
+	delete
+	(matrix_item): new function to allow matrix to be used as a sequence
+	by providing Matrix.__get_item__()
+
+	* NOTES : update cairo.Matrix notes
+
 2005-09-28  Steve Chaplin  <steve1097 at yahoo.com.au>
 
 	* NOTES : add note for cairo.ImageSurface.create_for_data()

Index: NOTES
===================================================================
RCS file: /cvs/cairo/pycairo/NOTES,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- NOTES	28 Sep 2005 14:35:31 -0000	1.16
+++ NOTES	3 Oct 2005 08:12:14 -0000	1.17
@@ -97,6 +97,9 @@
     matrix = cairo.Matrix.init_rotate (radians)
     result = matrix1 * matrix2
 
+To read Matrix values:
+xx, yx, xy, yy, x0, y0 = matrix
+
 To compare Matrix values:
 matrix1 == matrix2
 matrix1 != matrix2



More information about the cairo-commit mailing list