ref: 98967b77e51f1108b9a73f7c59c5145e6ba848d8
parent: 6e89ad4141a02d89577b29b015c665ea70770869
author: Alexei Podtelezhnikov <[email protected]>
date: Wed Mar 23 19:07:24 EDT 2016
Add comment.
--- a/src/smooth/ftgrays.c
+++ b/src/smooth/ftgrays.c
@@ -1083,6 +1083,8 @@
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
{