pic: do not call postscript setgray when fillval is invalid
commit593565bd472a4e9d92cfd8d824f5ec3410cab10b
authorAli Gholami Rudi <ali@rudi.ir>
Mon, 9 Feb 2015 13:45:27 +0000 (9 17:15 +0330)
committerAli Gholami Rudi <ali@rudi.ir>
Mon, 9 Feb 2015 13:45:27 +0000 (9 17:15 +0330)
tree2152289a04114def14fd4a872dca537385695a7a
parent9f3fc8d010bc092a7d01b9acb1d411ec826de808
pic: do not call postscript setgray when fillval is invalid

Now pic allows filling objects with the current colour in neatroff:

.PS
fillval = 2
# filled with gray
circle fill .5
# filled with neatroff's colour
circle fill
.PE
pic/pltroff.c