diff options
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/basealign.asy')
-rw-r--r-- | Master/texmf/doc/asymptote/examples/basealign.asy | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/texmf/doc/asymptote/examples/basealign.asy b/Master/texmf/doc/asymptote/examples/basealign.asy index 8a34bdab4b7..4bf83c94033 100644 --- a/Master/texmf/doc/asymptote/examples/basealign.asy +++ b/Master/texmf/doc/asymptote/examples/basealign.asy @@ -1,5 +1,7 @@ import fontsize; import three; + +settings.autobillboard=false; currentprojection=orthographic(Z); defaultpen(fontsize(100pt)); |