search for: pdf_setlinecolor

Displaying 1 result from an estimated 1 matches for "pdf_setlinecolor".

2010 Mar 06
0
thin grid lines, again (FAQ 7.36), a proposal
...e 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, could be added to the pdf device (postscript...