[cairo-commit] cairo ChangeLog,1.543,1.544

Kristian Hogsberg commit at pdx.freedesktop.org
Tue May 3 14:28:52 PDT 2005


Committed by: krh

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv24435

Modified Files:
	ChangeLog 
Log Message:
2005-05-03  Kristian Høgsberg  <krh at redhat.com>

        Fills as paths patch originally by Owen Taylor.

        * src/cairo-path.c: (_cairo_path_fixed_rel_move_to),
        (_cairo_path_fixed_line_to), (_cairo_path_fixed_rel_line_to),
        (_cairo_path_fixed_curve_to), (_cairo_path_fixed_rel_curve_to):
        Make sure we have a current point for the relative path operators.

        * src/cairoint.h:
        * src/cairo-gstate.c: (_cairo_gstate_fill):
        * src/cairo-surface.c: (_cairo_surface_fill_path): Add fill_path
        backend method.

        * src/cairo-pdf-surface.c: (_cairo_pdf_document_close_stream),
        (emit_image_data), (emit_surface_pattern),
        (_cairo_pdf_path_move_to), (_cairo_pdf_path_line_to),
        (_cairo_pdf_path_curve_to), (_cairo_pdf_path_close_path),
        (_cairo_pdf_surface_fill_path): Implement fill_path in the PDF
        backend.



Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.543
retrieving revision 1.544
diff -u -d -r1.543 -r1.544
--- ChangeLog	3 May 2005 15:33:32 -0000	1.543
+++ ChangeLog	3 May 2005 21:28:50 -0000	1.544
@@ -1,3 +1,24 @@
+2005-05-03  Kristian Høgsberg  <krh at redhat.com>
+
+	Fills as paths patch originally by Owen Taylor.
+
+	* src/cairo-path.c: (_cairo_path_fixed_rel_move_to),
+	(_cairo_path_fixed_line_to), (_cairo_path_fixed_rel_line_to),
+	(_cairo_path_fixed_curve_to), (_cairo_path_fixed_rel_curve_to):
+	Make sure we have a current point for the relative path operators.
+	
+	* src/cairoint.h:
+	* src/cairo-gstate.c: (_cairo_gstate_fill):
+	* src/cairo-surface.c: (_cairo_surface_fill_path): Add fill_path
+	backend method.
+
+	* src/cairo-pdf-surface.c: (_cairo_pdf_document_close_stream),
+	(emit_image_data), (emit_surface_pattern),
+	(_cairo_pdf_path_move_to), (_cairo_pdf_path_line_to),
+	(_cairo_pdf_path_curve_to), (_cairo_pdf_path_close_path),
+	(_cairo_pdf_surface_fill_path): Implement fill_path in the PDF
+	backend.
+	
 2005-05-03  Carl Worth  <cworth at cworth.org>
 
 	Originally 2005-04-20  Carl Worth  <cworth at cworth.org>




More information about the cairo-commit mailing list