[metapost] mpost fullcircle bug report ?

Renaud Aubin aubin at nibua-r.org
Mon Sep 1 21:13:36 CEST 2008


Hello,

The following mp code produces a strange output:

beginfig(1)
numeric u;
u :=3cm;

path pipo;
pipo = fullcircle scaled 2u;

for i=1 upto 9 :
draw pipo shifted(3*i*u,0);
endfor
endfig;

processed with 'texexec --mptex mpost-test.mp'

renaud at daneel:~/ConTeXt$ texexec --version
TeXExec | version 6.2.0 - 1997-2006 - PRAGMA ADE/POD
renaud at daneel:~/ConTeXt$ mpost --version

MetaPost 1.085

As a result, most of my previous mp graphics are unusable. Similar 
problems with path but fullsquare works fine. Unfortunately, most of my 
mp graphics contains path and/or circle ;)

Best regards,


Renaud



More information about the metapost mailing list