From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/5514 Path: main.gmane.org!not-for-mail From: "Frans Goddijn" Newsgroups: gmane.comp.tex.context Subject: Re: one answered Date: Wed, 5 Sep 2001 10:58:59 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <00c101c135e9$8ebba9c0$6501a8c0@lap> References: <5.1.0.14.1.20010904122838.02e426a0@server-1><5.1.0.14.1.20010904143701.0257f0f8@server-1> <5.1.0.14.1.20010905091244.02389468@server-1> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035396104 2346 80.91.224.250 (23 Oct 2002 18:01:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:01:44 +0000 (UTC) Original-To: "NTG-ConTeXt mailing list" Xref: main.gmane.org gmane.comp.tex.context:5514 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:5514 These circles are really intriguing... > >Is there a way to make it a circle? > > sure, just change the xyscaled(.a.,.b.) to xscaled (.a.) and you got one, I did not have "xyscaled(.a.,.b.)" but instead I had "xyscaled (OverlayWidth,OverlayHeight)" and when I replace that with "xscaled (.a.)" I get this: "! transform components aren't all known" My present definition is \startreusableMPgraphic{omcirkeld} draw fullcircle xscaled(.a.) withpen pencircle scaled OverlayLineWidth withcolor OverlayLineColor ; \stopreusableMPgraphic regards, Frans