Add comment.

This commit is contained in:
Alexei Podtelezhnikov 2016-03-23 23:07:24 -04:00
parent 6e89ad4141
commit 98967b77e5
1 changed files with 2 additions and 0 deletions

View File

@ -1083,6 +1083,8 @@ typedef ptrdiff_t FT_PtrDist;
if ( dx < ONE_PIXEL / 4 ) if ( dx < ONE_PIXEL / 4 )
goto Draw; goto Draw;
/* we can calculate the number of necessary bisections because */
/* each bisection predictably reduces deviation at least 4-fold */
level = 0; level = 0;
do do
{ {