[cairo-commit] cairo/doc/public/tmpl cairo.sgml,1.29,1.30

Carl Worth commit at pdx.freedesktop.org
Sat Aug 20 05:02:16 EST 2005


Committed by: cworth

Update of /cvs/cairo/cairo/doc/public/tmpl
In directory gabe:/tmp/cvs-serv15351/doc/public/tmpl

Modified Files:
	cairo.sgml 
Log Message:

2005-08-19  Carl Worth  <cworth at cworth.org>

        Fix for bug #2729:

        * src/cairo-gstate.c: (_cairo_gstate_set_dash): Adjust negative
        offsets up to their equivalent positive value. Add error checking
        for dash values, (must each be non-negative and must not be all
        zero).

        * src/cairo.c (cairo_set_dash): Add documentation.

        * src/cairo.h:
        * src/cairo.c: (cairo_status_to_string): Add new
        CAIRO_STATUS_INVALID_DASH.

        * test/.cvsignore:
        * test/Makefile.am: Add dash-offfset-negative test from Owen.

        * doc/public/tmpl/cairo.sgml: churn


Index: cairo.sgml
===================================================================
RCS file: /cvs/cairo/cairo/doc/public/tmpl/cairo.sgml,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- cairo.sgml	9 Aug 2005 01:35:22 -0000	1.29
+++ cairo.sgml	19 Aug 2005 19:02:14 -0000	1.30
@@ -279,8 +279,10 @@
 
 @cr: 
 @dashes: 
- at ndash: 
+ at num_dashes: 
 @offset: 
+<!-- # Unused Parameters # -->
+ at ndash: 
 
 
 <!-- ##### FUNCTION cairo_set_miter_limit ##### -->
@@ -1027,6 +1029,7 @@
 @CAIRO_STATUS_INVALID_FORMAT: 
 @CAIRO_STATUS_INVALID_VISUAL: 
 @CAIRO_STATUS_FILE_NOT_FOUND: 
+ at CAIRO_STATUS_INVALID_DASH: 
 
 <!-- ##### FUNCTION cairo_status ##### -->
 <para>



More information about the cairo-commit mailing list