Path: utzoo!attcan!uunet!lll-winken!ames!mailrus!cornell!rochester!rutgers!bellcore!texbell!nuchat!texhrc!bls From: bls@texhrc.UUCP (Brian L. Sumner) Newsgroups: comp.windows.x Subject: XDrawLines bug? Keywords: X Lines bug Message-ID: <260@texhrc.UUCP> Date: 1 Mar 89 18:53:36 GMT Organization: Texaco Houston Res. Cntr Hou, Tx Lines: 10 I've noticed if I call XDrawLines with a list of points like (x0,y0), (x1,y1), ... (X,Y), (X,Y), (xi,yi), (xj,yj), ... only the lines from (x0,y0) to (X,Y) are drawn. In particular, if the list starts like (X,Y), (X,Y), ... NOTHING is drawn. Is this behavior documented somewhere?