summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2001-05-11 14:24:35 +0000
committerDavid Turner <david@freetype.org>2001-05-11 14:24:35 +0000
commit4067530a53304cd563826a457a768f0da77bfee9 (patch)
tree97b97a6cec30984fb93b1fb56d91d94224b2d108
parente2fb148d7ff953ced1071bb40351dd86f1e36c7f (diff)
downloadfreetype2-4067530a53304cd563826a457a768f0da77bfee9.tar.gz
* TODO: removed the cubic arc bbox computation note, since it has been
fixed recently..
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index d29c660e7..552da0aa2 100644
--- a/TODO
+++ b/TODO
@@ -5,9 +5,6 @@ Here is a list of items that need to be addressed in FreeType 2:
* Fix a bug in the TrueType driver: linear horizontal advances of composites
are not returned properly.
-* Fix exact bbox calculation for cubics. The current code uses an iterative
- algorithm which can fail miserably.
-
* Fix 64-bit issues (the code compiles and seems to work, but we've not
make a thorough check so some fonts could still core dump the library !!)