Add an important comment.

Thanks to Hin-Tak Leung for the analysis.
This commit is contained in:
Alexei Podtelezhnikov 2013-01-28 22:29:51 -05:00
parent 6b9034f0fd
commit d56e544d65
1 changed files with 1 additions and 0 deletions

View File

@ -989,6 +989,7 @@
l = FT_MIN( l_in, l_out );
/* non-strict inequality avoids divide-by-zero when q == l == 0 */
if ( FT_MulFix( xstrength, q ) <= FT_MulFix( d, l ) )
shift.x = FT_MulDiv( shift.x, xstrength, d );
else