ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Severin Obertüfer" <seob@gmx.ch>
Subject: Re: Re: [NTG-context]metapost prblem
Date: Tue, 23 Sep 2003 22:20:02 +0200	[thread overview]
Message-ID: <001601c38210$12512020$217afea9@sevi> (raw)
In-Reply-To: <20030922145025.45e26ca1.morawski@gmx.net>

that works!!

thanks for the hint

severin
----- Original Message ----- 
From: "Jens-Uwe Morawski" <morawski@gmx.net>
To: <ntg-context@ntg.nl>
Sent: Monday, September 22, 2003 2:50 PM
Subject: Re: [NTG-context] Re: [NTG-context]metapost prblem


> On Mon, 22 Sep 2003 13:37:47 +0200 (MEST)
> "Severin Obertuefer" <seob@gmx.ch> wrote:
> 
> 
> > it works, but only with a "normal" circle.
> > if the circle is xyscaled the same thing seems to bee much more
> > complicate...
> > here is the mp-code once again:
> > 
> > beginfig(2);
> > path c;
> > pair A, B;
> > c := fullcircle scaled 2 cm xyscaled(1.3,.8);
> > A := (origin--(3cm,2cm)) intersectionpoint subpath (0,2) of c;
> > B := (origin--(-5cm,1cm)) intersectionpoint subpath (2,4) of c;
> > draw c;
> > draw origin--B;
> > draw origin--A;
> 
> draw (c cutbefore B)--(c cutafter A) withcolor red ;
> 
> > endfig;
> 
> Jens
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
> 
> 

  reply	other threads:[~2003-09-23 20:20 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-21 19:24 (no subject) Severin Obertuefer
2003-09-22  7:45 ` Jens-Uwe Morawski
2003-09-22 11:37   ` [NTG-context]metapost prblem Severin Obertuefer
2003-09-22 12:50     ` Jens-Uwe Morawski
2003-09-23 20:20       ` Severin Obertüfer [this message]
2003-09-22 12:52     ` Emil Hedevang Lohse
2003-09-22 19:32     ` Jens-Uwe Morawski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='001601c38210$12512020$217afea9@sevi' \
    --to=seob@gmx.ch \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).