From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14399 Path: main.gmane.org!not-for-mail From: Hartmut Henkel Newsgroups: gmane.comp.tex.context Subject: Re: Here's a strange one for Metapost gurus Date: Sun, 4 Jan 2004 17:08:17 +0100 (CET) Sender: ntg-context-admin@ntg.nl Message-ID: References: <3.0.5.32.20040103184146.00989920@mail.northcoast.com> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1073232587 12979 80.91.224.253 (4 Jan 2004 16:09:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 4 Jan 2004 16:09:47 +0000 (UTC) Cc: David Arnold Original-X-From: ntg-context-admin@ntg.nl Sun Jan 04 17:09:36 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AdAoq-0002xd-00 for ; Sun, 04 Jan 2004 17:09:36 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 337A510B42; Sun, 4 Jan 2004 17:09:08 +0100 (MET) Original-Received: from hahepc1.hahe (unknown [213.221.78.253]) by ref.ntg.nl (Postfix) with ESMTP id 27ECA10B3F for ; Sun, 4 Jan 2004 17:08:06 +0100 (MET) Original-Received: from hahe (helo=localhost) by hahepc1.hahe with local-esmtp (Exim 4.14) id 1AdAnZ-0001UL-Ux; Sun, 04 Jan 2004 17:08:17 +0100 Original-To: ntg-context@ntg.nl In-Reply-To: <3.0.5.32.20040103184146.00989920@mail.northcoast.com> Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@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:14399 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14399 Hi David, it happens already in figure 6! By writing path left; ... path right; you have redefined internal things "left" and "right". With e. g. %draw spring block left path xleft; xleft:=(2,9)--(3,9)--(3,11)--(2,11)--cycle; xleft:=xleft scaled u; stripe_path_a(withcolor black)(draw) xleft withcolor white; draw (3u,9u)--(3u,11u); %draw spring block right path xright; xright:=(17,9)--(18,9)--(18,11)--(17,11)--cycle; xright:=xright scaled u; stripe_path_a(withcolor black)(draw) xright withcolor white; draw (17u,9u)--(17u,11u); it works. Regards, Hartmut ------------------------------------------------------------------------ Hartmut Henkel, Oftersheim, Germany ------------------------------------------------------------------------