From: Rafael L. <rla...@us...> - 2001-03-01 14:00:03
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv15075 Modified Files: gnome.c Log Message: EXperimental code for pattern fill support in the Gnome driver using a bitmap stipple technique. This works and demo x15c runs ultra fast. However, only one pattern exist for the moment. I will have to generate them on the fly from the information contained in pls->incl pls->delta, and pls->nps. This will the next improvement. Also, fixed logic problem in function grfill in plcore.c. |