From 98967b77e51f1108b9a73f7c59c5145e6ba848d8 Mon Sep 17 00:00:00 2001 From: Alexei Podtelezhnikov Date: Wed, 23 Mar 2016 23:07:24 -0400 Subject: [PATCH] Add comment. --- src/smooth/ftgrays.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/smooth/ftgrays.c b/src/smooth/ftgrays.c index 9b008a0a7..885b0df99 100644 --- a/src/smooth/ftgrays.c +++ b/src/smooth/ftgrays.c @@ -1083,6 +1083,8 @@ typedef ptrdiff_t FT_PtrDist; if ( dx < ONE_PIXEL / 4 ) goto Draw; + /* we can calculate the number of necessary bisections because */ + /* each bisection predictably reduces deviation at least 4-fold */ level = 0; do {