From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/5585 Path: main.gmane.org!not-for-mail From: "Frans Goddijn" Newsgroups: gmane.comp.tex.context Subject: Re: Random repeat? Date: Mon, 10 Sep 2001 13:51:18 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <006101c139ef$365e4800$6501a8c0@lap> References: <5.1.0.14.0.20010910093259.00aa5240@public.uni-hamburg.de> <5.1.0.14.0.20010910122706.00aa61f0@public.uni-hamburg.de> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035396166 2874 80.91.224.250 (23 Oct 2002 18:02:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:02:46 +0000 (UTC) Original-To: "NTG-ConTeXt mailing list" Xref: main.gmane.org gmane.comp.tex.context:5585 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:5585 Dear Eckhart, thanks for your explanation and the example how to do it. I works! Lately I've been dropping quite a load of questions here and within a week of these Q&A's I've been advancing tremendously, besides having great fun in the process. Thanks to all!! Regards, Frans ----- Original Message ----- From: Eckhart Guthöhrlein > For this graphic, > > \startreusableMPgraphic{omcirkeld} > randomseed:=2022; > draw fulldiamond xyscaled (OverlayWidth,OverlayHeight) > randomized (30*OverlayLineWidth) > withpen pencircle scaled OverlayLineWidth > withcolor OverlayLineColor ; > path b ; b := boundingbox currentpicture ; > setbounds currentpicture to b enlarged 10pt ; > \stopreusableMPgraphic > > should do it.