Index: trunk/src/obj_poly_draw_helper.c =================================================================== --- trunk/src/obj_poly_draw_helper.c (revision 38721) +++ trunk/src/obj_poly_draw_helper.c (revision 38722) @@ -154,7 +154,7 @@ rnd_polyarea_t *draw_piece; int x; - /* Optimization: the polygon has no holes; if it is smaller the clip_box, + /* Optimization: the polygon has no holes; if it is smaller than the clip_box, it is safe to draw directly */ if ((clip_box->X1 <= pl->xmin) && (clip_box->X2 >= pl->xmax) && (clip_box->Y1 <= pl->ymin) && (clip_box->Y2 >= pl->ymax)) { fill_contour(gc, pl);