|
From: Daniel J S. <dan...@ie...> - 2007-01-26 18:04:08
|
One small issue, for someone familiar with prologue.ps. In this definition for Pat3 at the end of the paint process it says "fill" whereas all the others say "stroke". Selecting Pat3 results in a solid red fill. Is that desired? Or should that be "stroke"?
<< Tile8x8
/PaintProc {0.5 setlinewidth pop 0 0 M 0 8 L
8 8 L 8 0 L 0 0 L fill}
>> matrix makepattern
/Pat3 exch def
Daniel J Sebald wrote:
> Daniel J Sebald wrote:
>
>>There may still be a problem with pattern fill. I ran fillbetween.dem
>
>
> ...but I don't think what I described in the last email has anything to do with that antialiasing issue in gv. If I generate the pattern fill example using "set term pdf", gv behaves the same way on the resulting PDF.
>
> Dan
|