commit | 3596482cc7b36c9f45f59c304dfb28a841229525 | [log] [tgz] |
---|---|---|
author | cdalton <cdalton@nvidia.com> | Wed Apr 29 10:14:03 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Apr 29 10:14:03 2015 -0700 |
tree | 720fcec4fcc24a167d1150a51d1aa4ab16a06699 | |
parent | 3f655f34a234aceaa0c2947ce999a2127c729dea [diff] |
Fix double blend in GrAAConvexPathRenderer Updates GrAAConvexPathRenderer to not draw the interior fan of a convex path when it does not exist (i.e when segment count <= 2). TODO: We should also detect and combine colinear segments in order to make sure we catch every case. BUG=skia: Review URL: https://codereview.chromium.org/1094293002