Merge pull request #3249 from radarhere/wording

Improved wording
This commit is contained in:
Hugo 2018-07-12 13:27:34 +03:00 committed by GitHub
commit b3a3c22c97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -434,7 +434,7 @@ polygon_generic(Imaging im, int n, Edge *e, int ink, int eofill,
}
for (i = 0; i < n; i++) {
/* This causes that the pixels of horizontal edges are drawn twice :(
/* This causes the pixels of horizontal edges to be drawn twice :(
* but without it there are inconsistencies in ellipses */
if (e[i].ymin == e[i].ymax) {
(*hline)(im, e[i].xmin, e[i].ymin, e[i].xmax, ink);