From dbd941ed19b558edd09219a372b2b0832957b283 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 24 Feb 2021 18:33:44 +0000 Subject: asymptote 2.69 support files git-svn-id: svn://tug.org/texlive/trunk@57876 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/asymptote/plain_boxes.asy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Master/texmf-dist/asymptote/plain_boxes.asy') diff --git a/Master/texmf-dist/asymptote/plain_boxes.asy b/Master/texmf-dist/asymptote/plain_boxes.asy index c675ab4cde9..50501a40897 100644 --- a/Master/texmf-dist/asymptote/plain_boxes.asy +++ b/Master/texmf-dist/asymptote/plain_boxes.asy @@ -20,7 +20,6 @@ path roundbox(frame dest, frame src=dest, real xmargin=0, real ymargin=xmargin, pair m=min(src); pair M=max(src); pair bound=M-m; - int sign=filltype == NoFill ? 1 : -1; real a=bound.x+2*xmargin; real b=bound.y+2*ymargin; real ds=0; @@ -90,7 +89,7 @@ object object(Label L, envelope e, real xmargin=0, real ymargin=xmargin, L0.position(0); L0.p(p); add(F.f,L0); - F.g=e(F.f,xmargin,ymargin,p,filltype); + F.g=e(F.f,xmargin,ymargin,p,filltype,above); return F; } -- cgit v1.2.3