summaryrefslogtreecommitdiff
path: root/Master/texmf/asymptote/graph3.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf/asymptote/graph3.asy')
-rw-r--r--Master/texmf/asymptote/graph3.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/asymptote/graph3.asy b/Master/texmf/asymptote/graph3.asy
index 9eee4209134..e588c8aa4d6 100644
--- a/Master/texmf/asymptote/graph3.asy
+++ b/Master/texmf/asymptote/graph3.asy
@@ -148,7 +148,7 @@ void labelaxis(picture pic, transform3 T, Label L, path3 g,
add(f,F.fit3(identity4,pic2,P));
},exact=false);
- path3[] G=path3(texpath(L));
+ path3[] G=path3(texpath(L,bbox=true));
if(G.length > 0) {
G=L.align.is3D ? align(G,O,align,L.p) : L.T3*G;
triple v=point(g,relative(L,g));