Path: utzoo!attcan!uunet!bloom-beacon!EXPO.LCS.MIT.EDU!rws From: rws@EXPO.LCS.MIT.EDU (Bob Scheifler) Newsgroups: comp.windows.x Subject: Re: Problems with XDraw to draw a curve... Message-ID: <8909272246.AA01036@expire.lcs.mit.edu> Date: 27 Sep 89 22:46:21 GMT References: <11880012@hpsmtc1.HP.COM> Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 9 The problem: XDraw draws 2 straight lines, from vlist[0] to vlist[1] to vlist[2]. One of the features of X10 is that the graphics were very ill-defined, and this survives today in the compatibility functions. I'm half-guessing, but I think you need at least four points for a curve to work. (If you really on have three points, you can try cheating by replicating the last point.)