removed a stray "closepath" for open polygons in postscript output
This commit is contained in:
parent
20afce9ab6
commit
25cc006ffe
|
|
@ -117,7 +117,7 @@ static void ps_drawpolygon(int c, int what, double *x, double *y, int points, in
|
|||
fprintf(fd, "grestore\n");
|
||||
fprintf(fd, " fill\n");
|
||||
} else {
|
||||
fprintf(fd, "closepath stroke\n");
|
||||
fprintf(fd, "stroke\n");
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue