Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix rounding error in non-AA curve edge smoothing.
This change ensures precise rounding to the nearest 1/8 pixel by adding 1/16 pixel (in dot6 format) before the shift operation in cases where 'shiftAA' is 0. See http://review.skia.org/820656 for details.
- Loading branch information