[cairo-commit] rcairo ChangeLog,1.167,1.168

Kouhei Sutou commit at pdx.freedesktop.org
Tue May 22 07:24:46 PDT 2007


Committed by: kou

Update of /cvs/cairo/rcairo
In directory kemper:/tmp/cvs-serv16993

Modified Files:
	ChangeLog 
Log Message:
* src/rb_cairo_pattern.c (cr_radial_pattern_get_radial_circles):
  returned [[x0, y0, r0], [x1, y1, r1]] instead of [x0, y0, r0, x1,
  y1, r1].


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/rcairo/ChangeLog,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -d -r1.167 -r1.168
--- ChangeLog	22 May 2007 11:41:45 -0000	1.167
+++ ChangeLog	22 May 2007 14:24:33 -0000	1.168
@@ -1,5 +1,9 @@
 2007-05-22  Kouhei Sutou  <kou at cozmixng.org>
 
+	* src/rb_cairo_pattern.c (cr_radial_pattern_get_radial_circles):
+	returned [[x0, y0, r0], [x1, y1, r1]] instead of [x0, y0, r0, x1,
+	y1, r1].
+
 	* src/rb_cairo_path.c: used super.
 
 	* src/rb_cairo_path.c (Cairo::PathMoveTo, Cairo::PathLineTo,



More information about the cairo-commit mailing list