Improved wording [ci skip]

This commit is contained in:
Andrew Murray 2018-07-12 19:48:59 +10:00
parent 87f042626f
commit 448beaa9aa

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);