[metapost] Problem with quartercircle
Pétiard François
petiard.francois at free.fr
Tue Feb 14 11:48:37 CET 2006
Hello
I have a problem : consider the file .mp
prologues:=1;
beginfig(1);
path qc,qd;
qc:=quartercircle scaled(4cm);
z0=point(1) of qc;
labels(0);
draw qc cutafter(z0);
qd:=quartercircle scaled(5cm);
z1=qd intersectionpoint((0,0)--(3cm,3cm));
labels(1);
draw qd cutafter(z1);
endfig;
end;
Why the second quartercircle isn't cut after z1 ?
Same problem with halfcircle and fullcircle.
F. Pétiard
--
petiard.francois at free.fr
More information about the metapost
mailing list