Author: hdu Revision: 1599173 Modified property: svn:log Modified: svn:log at Mon Jun 2 11:49:05 2014 ------------------------------------------------------------------------------ --- svn:log (original) +++ svn:log Mon Jun 2 11:49:05 2014 @@ -3,5 +3,6 @@ Rounding left and width down can accumulate a rounding error of almost two in the calculation of right. The existing code compensates for this by increasing the width by two, but since left has been decremented by one to accommodate for -antialiasing artifacts this compensation is one to little. Y-pos and height have +antialiasing artifacts this compensation is one to few by itself and two to few +when accounting for antialiasing artifacts on the right. Y-pos and height have the same problems and get the matching fix.