From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/9679 Path: main.gmane.org!not-for-mail From: "Willi Egger" Newsgroups: gmane.comp.tex.context Subject: Re: bug in chart module Date: Mon, 28 Oct 2002 21:43:26 +0100 Organization: Boede Sender: ntg-context-admin@ref.ntg.nl Message-ID: <000901c27ec2$ae2523e0$0700a8c0@vademecum> References: <5.1.0.14.1.20021027230155.00acb508@remote-1> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035837792 24127 80.91.224.249 (28 Oct 2002 20:43:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 28 Oct 2002 20:43:12 +0000 (UTC) Cc: "ntg-context" Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 186Gj2-0006G8-00 for ; Mon, 28 Oct 2002 21:43:04 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id DA6E910AE6; Mon, 28 Oct 2002 21:44:15 +0100 (MET) Original-Received: from smtpzilla3.xs4all.nl (smtpzilla3.xs4all.nl [194.109.127.139]) by ref.ntg.nl (Postfix) with ESMTP id 017F710AE5 for ; Mon, 28 Oct 2002 21:43:23 +0100 (MET) Original-Received: from vademecum (a194-109-184-3.dial.xs4all.nl [194.109.184.3]) by smtpzilla3.xs4all.nl (8.12.0/8.12.0) with SMTP id g9SKhMU0037907; Mon, 28 Oct 2002 21:43:23 +0100 (CET) Original-To: "Hans Hagen" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Errors-To: ntg-context-admin@ref.ntg.nl X-BeenThere: ntg-context@ref.ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:9679 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:9679 Hi Hans sorry for bothering you with the filename. Found out it is mp-char.mp Willi ----- Original Message ----- From: "Hans Hagen" To: Sent: Sunday, October 27, 2002 11:04 PM Subject: [NTG-context] bug in chart module > Hi, > > for chart users: i found a bug in mp-chrt.mp (must be a quite old one): > > for i=1 upto max_x : > for j=1 upto max_y : % was bug: xfrom,yto > if not ( ( (i,j)=(xfrom,yfrom) ) or ( (i,j)=(xto,yto) ) ) : > > it results in the wrong conclusion about lines crossing shapes, so if you > encounter that situation, patch and regenerate metafun > > Hans > ------------------------------------------------------------------------- > Hans Hagen | PRAGMA ADE | pragma@wxs.nl > Ridderstraat 27 | 8061 GH Hasselt | The Netherlands > tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com > ------------------------------------------------------------------------- > information: http://www.pragma-ade.com/roadmap.pdf > documentation: http://www.pragma-ade.com/showcase.pdf > ------------------------------------------------------------------------- > > _______________________________________________ > ntg-context mailing list > ntg-context@ref.ntg.nl > http://ref.ntg.nl/mailman/listinfo/ntg-context > >