diff options
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/transparency.asy')
-rw-r--r-- | Master/texmf/doc/asymptote/examples/transparency.asy | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf/doc/asymptote/examples/transparency.asy b/Master/texmf/doc/asymptote/examples/transparency.asy index 02196a02ee9..36e741d294d 100644 --- a/Master/texmf/doc/asymptote/examples/transparency.asy +++ b/Master/texmf/doc/asymptote/examples/transparency.asy @@ -1,6 +1,7 @@ size(0,150); -settings.outformat="pdf"; +if(settings.outformat == "") + settings.outformat="pdf"; begingroup(); fill(shift(1.5dir(120))*unitcircle,green+opacity(0.75)); |