diff options
author | Carl Worth <cworth@cworth.org> | 2005-08-24 01:13:36 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2005-08-24 01:13:36 +0000 |
commit | 77a0ae7439bba5b442fc7c3bee5eb61ebfe24abb (patch) | |
tree | 2dd4900803a143803e8bf7ed27103e4afde48def /BUGS | |
parent | 5ac2d216ab5322869cd2540c7cc2cda579eaf85e (diff) |
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-- | BUGS | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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. |