Displaying 1 result from an estimated 1 matches for "pdf_setfil".
Did you mean:
pdf_setfill
2010 Mar 06
0
thin grid lines, again (FAQ 7.36), a proposal
...olor and added another line that set the stroke color
to be the same, then changed the rectangle fill commands, "re f", to
fill and stroke commands, "re b".
I think that this could be patched in devPS.c (untested) by something like
devPS.c6945
if(R_VIS(gc->fill)) {
PDF_SetFill(gc->fill, dd);
PDF_SetLineColor(gc->fill, dd);
fprintf(pd->pdffp, "0 0 %.2f %.2f re b\n",
72.0 * pd->width, 72.0 * pd->height);
}
or if the current behavior is desired under certain circumstances, perhaps an
argument, StrokeandFill,...