summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-08-24 01:13:36 +0000
committerCarl Worth <cworth@cworth.org>2005-08-24 01:13:36 +0000
commit77a0ae7439bba5b442fc7c3bee5eb61ebfe24abb (patch)
tree2dd4900803a143803e8bf7ed27103e4afde48def /BUGS
parent5ac2d216ab5322869cd2540c7cc2cda579eaf85e (diff)
downloadcairo-77a0ae7439bba5b442fc7c3bee5eb61ebfe24abb.tar.gz
Fix cairo_show_text to advance the current point. Add documentation for cairo_show_text.
Add test to verify that the current-point-advancing behavior of cairo_show_text is working. Remove bug about cairo_show_text not advancing the current point.
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS4
1 files changed, 0 insertions, 4 deletions
diff --git a/BUGS b/BUGS
index 20281bf46..bc15c249c 100644
--- a/BUGS
+++ b/BUGS
@@ -19,7 +19,3 @@ Recent improvements to make the intersection code more robust (using
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.