[metapost] [beta-1.110] two bugs in SVG mode ?

Taco Hoekwater taco at elvenkind.com
Fri Nov 28 15:29:23 CET 2008


Hi Huang,

Zhi-Wei Huang wrote:
> 
> case 1:
>     draw (100,100)--(200,100)--(200,150)--(100,150)--cycle;
>     draw unitsquare scaled 100;
>     draw fullcircle scaled 150;
> these three sentences cannot create closed lines in SVG mode.
> 
> case 2:
>     draw (120,80) withpen pencircle scaled 3;
>     drawdot (60,130) withpen pencircle scaled 8;
> the first one draw a line! (The endpoint is (120,80))
> the second one draw dot in the correct location, while the scale is
> not as expected.

Thank you very much for the bug report, all are fixed in
the source repository and the fixes will be included in
the next beta.

Best wishes,
Taco


More information about the metapost mailing list