[cairo-commit] cairo ChangeLog,1.1084,1.1085

Kristian Høgsberg commit at pdx.freedesktop.org
Fri Oct 7 13:21:03 PDT 2005


Committed by: krh

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

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

        * src/cairo-pdf-surface.c: (emit_solid_pattern),
        (emit_surface_pattern), (_cairo_pdf_color_stop_compare),
        (emit_pattern_stops), (emit_linear_pattern), (emit_radial_pattern),
        (emit_pattern), (_cairo_pdf_surface_fill_path),
        (_cairo_pdf_surface_composite_trapezoids),
        (_cairo_pdf_surface_show_glyphs):
        Apply patch from #4672 by Jens Taprogge to implement color stop
        sorting and multiple color stops for gradients.



Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1084
retrieving revision 1.1085
diff -u -d -r1.1084 -r1.1085
--- ChangeLog	6 Oct 2005 19:50:08 -0000	1.1084
+++ ChangeLog	7 Oct 2005 20:21:01 -0000	1.1085
@@ -1,3 +1,14 @@
+2005-10-07  Kristian Høgsberg  <krh at redhat.com>
+
+	* src/cairo-pdf-surface.c: (emit_solid_pattern),
+	(emit_surface_pattern), (_cairo_pdf_color_stop_compare),
+	(emit_pattern_stops), (emit_linear_pattern), (emit_radial_pattern),
+	(emit_pattern), (_cairo_pdf_surface_fill_path),
+	(_cairo_pdf_surface_composite_trapezoids),
+	(_cairo_pdf_surface_show_glyphs):
+	Apply patch from #4672 by Jens Taprogge to implement color stop
+	sorting and multiple color stops for gradients.
+
 2005-10-06  Carl Worth  <cworth at cworth.org>
 
 	* src/cairo-xlib-surface.c: (_draw_image_surface): Add missing



More information about the cairo-commit mailing list