[cairo-commit] cairo BUGS,1.32,1.33 ChangeLog,1.988,1.989
Carl Worth
commit at pdx.freedesktop.org
Wed Aug 24 01:13:38 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv2605
Modified Files:
BUGS ChangeLog
Log Message:
2005-08-24 Carl Worth <cworth at cworth.org>
* src/cairo.c: (cairo_show_text): Fix cairo_show_text to advance
the current point. Add documentation for cairo_show_text.
* test/.cvsignore:
* test/Makefile.am:
* test/show-text-current-point-ref.png:
* test/show-text-current-point.c: (draw), (main): Add test to
verify that the current-point-advancing behavior of
cairo_show_text is working.
* BUGS: Remove bug about cairo_show_text not advancing the current
point.
Index: BUGS
===================================================================
RCS file: /cvs/cairo/cairo/BUGS,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- BUGS 23 Aug 2005 15:21:46 -0000 1.32
+++ BUGS 24 Aug 2005 08:13:36 -0000 1.33
@@ -19,7 +19,3 @@
128-bit arithmetic where needed), have exposed some of the weakness in
the current tessellation implementation. So, for now, filling some
polygons will cause "leaking" until we implement Hobby's algorithm.
-
---
-
-cairo_show_text is not updating the current point by the string's advance values.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.988
retrieving revision 1.989
diff -u -d -r1.988 -r1.989
--- ChangeLog 24 Aug 2005 07:19:52 -0000 1.988
+++ ChangeLog 24 Aug 2005 08:13:36 -0000 1.989
@@ -1,5 +1,20 @@
2005-08-24 Carl Worth <cworth at cworth.org>
+ * src/cairo.c: (cairo_show_text): Fix cairo_show_text to advance
+ the current point. Add documentation for cairo_show_text.
+
+ * test/.cvsignore:
+ * test/Makefile.am:
+ * test/show-text-current-point-ref.png:
+ * test/show-text-current-point.c: (draw), (main): Add test to
+ verify that the current-point-advancing behavior of
+ cairo_show_text is working.
+
+ * BUGS: Remove bug about cairo_show_text not advancing the current
+ point.
+
+2005-08-24 Carl Worth <cworth at cworth.org>
+
* src/cairo.c:
2005-08-23 Carl Worth <cworth at cworth.org>
More information about the cairo-commit
mailing list