[cairo-commit] cairo ChangeLog,1.1068,1.1069 ROADMAP,1.44,1.45
Carl Worth
commit at pdx.freedesktop.org
Tue Sep 27 12:44:34 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv30217
Modified Files:
ChangeLog ROADMAP
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.1068
retrieving revision 1.1069
diff -u -d -r1.1068 -r1.1069
--- ChangeLog 27 Sep 2005 18:35:18 -0000 1.1068
+++ ChangeLog 27 Sep 2005 19:44:32 -0000 1.1069
@@ -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:
Index: ROADMAP
===================================================================
RCS file: /cvs/cairo/cairo/ROADMAP,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- ROADMAP 27 Sep 2005 00:21:47 -0000 1.44
+++ ROADMAP 27 Sep 2005 19:44:32 -0000 1.45
@@ -5,7 +5,7 @@
â4260 Antialised font is rendered over green background
â4299 Assertion fails in "cairo-font.c" when using multithreads
â4408 Missing dashes on stroked curves
- 4409 Dashes are missing initial caps
+â4409 Dashes are missing initial caps
â4414 SIGILL caused by libcairo when running gnome-terminal
âPASS clip-all test
4599 Missing wedges on some paths
More information about the cairo-commit
mailing list