[cairo-commit] cairo ChangeLog,1.1026.2.18,1.1026.2.19

Carl Worth commit at pdx.freedesktop.org
Tue Sep 27 12:51:02 PDT 2005


Committed by: cworth

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

Modified Files:
      Tag: BRANCH_1_0
	ChangeLog 
Log Message:

2005-09-27  Carl Worth  <cworth at cworth.org>

        * ROADMAP: Note that bug #4409 (Dashes are missing initial caps)
        is now fixed.

        * src/cairo-path-stroke.c: (_cairo_stroker_add_cap),
        (_cairo_stroker_add_leading_cap),
        (_cairo_stroker_add_trailing_cap),
        (_cairo_stroker_add_caps): Move face-flipping from inside
        _cairo_stroker_add_caps to new _cairo_stroker_add_leading_cap
        variant of _cairo_stoker_add_cap.

        * src/cairo-path-stroke.c: (_cairo_stroker_line_to_dashed): Change
        to call _cairo_stroker_add_leading_cap or
        _cairo_stroker_add_trailing_cap as appropriate.

        * test/Makefile.am (XFAIL_TESTS):
        * test/dash-caps-joins-ref.png:
        * test/dash-caps-joins.c: (main): Remove dash-caps-joins from the
        XFAIL list and add reference image.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1026.2.18
retrieving revision 1.1026.2.19
diff -u -d -r1.1026.2.18 -r1.1026.2.19
--- ChangeLog	27 Sep 2005 18:35:48 -0000	1.1026.2.18
+++ ChangeLog	27 Sep 2005 19:51:00 -0000	1.1026.2.19
@@ -1,5 +1,26 @@
 2005-09-27  Carl Worth  <cworth at cworth.org>
 
+	* ROADMAP: Note that bug #4409 (Dashes are missing initial caps)
+	is now fixed.
+
+	* src/cairo-path-stroke.c: (_cairo_stroker_add_cap),
+	(_cairo_stroker_add_leading_cap),
+	(_cairo_stroker_add_trailing_cap),
+	(_cairo_stroker_add_caps): Move face-flipping from inside
+	_cairo_stroker_add_caps to new _cairo_stroker_add_leading_cap
+	variant of _cairo_stoker_add_cap.
+
+	* src/cairo-path-stroke.c: (_cairo_stroker_line_to_dashed): Change
+	to call _cairo_stroker_add_leading_cap or
+	_cairo_stroker_add_trailing_cap as appropriate.
+
+	* test/Makefile.am (XFAIL_TESTS): 
+	* test/dash-caps-joins-ref.png:
+	* test/dash-caps-joins.c: (main): Remove dash-caps-joins from the
+	XFAIL list and add reference image.
+
+2005-09-27  Carl Worth  <cworth at cworth.org>
+
 	* test/.cvsignore:
 	* test/Makefile.am:
 	* test/caps-joins-ref.png:



More information about the cairo-commit mailing list