[cairo-commit] pycairo ChangeLog,1.177,1.178 NOTES,1.14,1.15

Steve Chaplin commit at pdx.freedesktop.org
Sun Sep 4 18:22:20 PDT 2005


Committed by: stevech1097

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

Modified Files:
	ChangeLog NOTES 
Log Message:
'SC'

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/pycairo/ChangeLog,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -d -r1.177 -r1.178
--- ChangeLog	31 Aug 2005 23:59:29 -0000	1.177
+++ ChangeLog	5 Sep 2005 01:22:18 -0000	1.178
@@ -1,3 +1,9 @@
+2005-09-05  Steve Chaplin  <steve1097 at yahoo.com.au>
+
+	* NOTES :
+	* cairo/pycairo-context.c (pycairo_set_source_rgba): Let alpha be
+	a default argument, ctx.set_source_rgba (r, g, b, a=1.0)
+
 2005-09-01  Steve Chaplin  <steve1097 at yahoo.com.au>
 
 	* configure.ac: inrcease pycairo version to 1.0.1

Index: NOTES
===================================================================
RCS file: /cvs/cairo/pycairo/NOTES,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- NOTES	29 Aug 2005 14:52:30 -0000	1.14
+++ NOTES	5 Sep 2005 01:22:18 -0000	1.15
@@ -61,10 +61,11 @@
 Py: ctx.set_dash (dash_sequence, offset)
 
 Methods supporting default argument values:
-ctx.mask_surface(surface, x=0.0, y=0.0)
-ctx.select_font_face(family, slant=cairo.FONT_SLANT_NORMAL)
-                     weight=cairo.FONT_WEIGHT_NORMAL)
-ctx.set_source_surface(surface, x=0.0, y=0.0)
+ctx.mask_surface (surface, x=0.0, y=0.0)
+ctx.select_font_face (family, slant=cairo.FONT_SLANT_NORMAL)
+                      weight=cairo.FONT_WEIGHT_NORMAL)
+ctx.set_source_surface (surface, x=0.0, y=0.0)
+ctx.set_source_rgba (r, g, b, a=1.0)
 
 
 cairo.FontFace



More information about the cairo-commit mailing list