From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/9678 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:35:47 +0100 Organization: Boede Sender: ntg-context-admin@ref.ntg.nl Message-ID: <001b01c27ec1$fd4b3eb0$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 1035837488 22830 80.91.224.249 (28 Oct 2002 20:38:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 28 Oct 2002 20:38:08 +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 186GeE-0005vk-00 for ; Mon, 28 Oct 2002 21:38:06 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id F3DAB10AE6; Mon, 28 Oct 2002 21:39:16 +0100 (MET) Original-Received: from smtpzilla2.xs4all.nl (smtpzilla2.xs4all.nl [194.109.127.138]) by ref.ntg.nl (Postfix) with ESMTP id 3C7B110AE5 for ; Mon, 28 Oct 2002 21:38:28 +0100 (MET) Original-Received: from vademecum (a194-109-188-161.dial.xs4all.nl [194.109.188.161]) by smtpzilla2.xs4all.nl (8.12.0/8.12.0) with SMTP id g9SKcPFG049535; Mon, 28 Oct 2002 21:38:27 +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:9678 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:9678 Hi Hans, Am I missing something? I can't find the mentioned file! Gruss 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 > >