home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1996 February
/
PCWK0296.iso
/
sharewar
/
os2
/
grafika
/
splot
/
demo
/
clip.spt
< prev
next >
Wrap
Text File
|
1994-07-21
|
284b
|
20 lines
#include <splot.h>
main()
{
translate(10,13);
moveto(-4,-4);
rlineto(10,0);
alineto(10,120);
closepath();
gsave();
clip();
grestore();
gsave();
stroke();
grestore();
/* mirror about y axis */
scale(1,-1);
fill();
}