[cairo-commit] cairo/test Makefile.am, 1.91.2.3, 1.91.2.4 caps-joins-ref.png, NONE, 1.1.2.2 caps-joins.c, NONE, 1.1.2.2 dash-caps-joins-ref.png, NONE, 1.1.2.2 dash-caps-joins.c, NONE, 1.2.2.2

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


Committed by: cworth

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

Modified Files:
      Tag: BRANCH_1_0
	Makefile.am 
Added Files:
      Tag: BRANCH_1_0
	caps-joins-ref.png caps-joins.c dash-caps-joins-ref.png 
	dash-caps-joins.c 
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: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairo/test/Makefile.am,v
retrieving revision 1.91.2.3
retrieving revision 1.91.2.4
diff -u -d -r1.91.2.3 -r1.91.2.4
--- Makefile.am	27 Sep 2005 18:35:48 -0000	1.91.2.3
+++ Makefile.am	27 Sep 2005 19:51:00 -0000	1.91.2.4
@@ -150,7 +150,6 @@
 # provide an explanation for the expected failure.
 XFAIL_TESTS =			\
 a8-mask				\
-dash-caps-joins			\
 filter-nearest-offset		\
 pixman-rotate			\
 self-intersecting		\

--- NEW FILE: caps-joins-ref.png ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: caps-joins.c ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: dash-caps-joins-ref.png ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: dash-caps-joins.c ---
(This appears to be a binary file; contents omitted.)



More information about the cairo-commit mailing list