Re: metapost Digest, Vol 162, Issue 7

"Akira Kakuto" <[email protected]> Mon, 24 Aug 2020 07:16:22 +0900
Newsgroups gmane.comp.tex.metapost
Message-ID <C6BD13FC62D946E190215331645917AF@CJ3001517A>
> I'm not sure that there is a bug there.  I've put an answer on texSE.

For

beginfig(1);
save u;
u:=1cm;
draw (-1,-1)*u--(-10,10)*u--(10,10)*u--cycle withcolor (87, 1mm, -.5bp);
clip currentpicture to (-10,-10)*u--(-10,0)*u--(10,0)*u--(10,-10)*u--cycle;
endfig;
end

MetaPost 0.641 and 2.00 give exactly the same bounding box:
%%BoundingBox: -284 -29 284 0

So I think that it is not a bug but a feature.

Best,
Akira

--
http://tug.org/metapost/